C++ Reference: class VolgenantJonkerEvaluator
Note: This documentation is automatically generated.
Method |
GetStep | Return type: double |
Next | Return type: bool |
OnNewWMax | Return type: void Arguments: CostType one_tree_cost |
OnOneTree | Return type: void Arguments: CostType one_tree_cost, double w,
const std::vector<int>& degrees |
VolgenantJonkerEvaluator | Arguments: int number_of_nodes, int max_iterations |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[null,null,["Last updated 2024-08-06 UTC."],[[["The `VolgenantJonkerEvaluator` class in C++ is used for evaluating lower bounds in optimization problems."],["It utilizes methods such as `GetStep`, `Next`, `OnNewWMax`, and `OnOneTree` to iterate and refine the lower bound estimation."],["`VolgenantJonkerEvaluator` can be initialized with the number of nodes and maximum iterations for the evaluation process."],["The class provides functionalities to handle events related to one-tree structures and updates to the maximum weight."]]],[]]