Stay organized with collections
Save and categorize content based on your preferences.
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?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["The `TopNCuts` class in C++ helps to keep only the top N cuts of a given type during a generation round, improving efficiency."],["This class provides functionalities to add a cut, store a specified number of top cuts, and transfer these cuts to a LinearConstraintManager."],["There are potential areas for improvement like avoiding duplicate efficacy computation, incorporating orthogonality considerations, and detecting duplicate cuts."]]],[]]