C++ Reference: class TopNCuts
Note: This documentation is automatically generated.
Before adding cuts to the global pool, it is a classical thing to only keep the top n of a given type during one generation round. This is there to help doing that.TODO(user): Avoid computing efficacity twice. TODO(user): We don't use any orthogonality consideration here. TODO(user): Detect duplicate cuts?
Method | |
---|---|
AddCut | Return type: Arguments: Add a cut to the local pool |
TopNCuts | Return type: Arguments: |
TransferToManager | Return type: Arguments: Empty the local pool and add all its content to the manager. |