Stay organized with collections
Save and categorize content based on your preferences.
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++ provides methods for evaluating solutions. Key actions include `GetStep` (returning a `double`), `Next` (returning a `bool`), `OnNewWMax` (taking a `CostType` argument), and `OnOneTree` (taking `CostType`, `double`, and a `std::vector\u003cint\u003e` as arguments). The constructor `VolgenantJonkerEvaluator` takes the `number_of_nodes` and `max_iterations` as input. These methods seem to involve calculating and managing costs or steps in an iterative process.\n"],null,[]]