Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: class PseudoCosts
Note: This documentation is automatically generated.
Pseudo cost of a variable is measured as average observed change in the
objective bounds per unit change in the variable bounds.
Method |
GetBestDecisionVar | Return type: IntegerVariable Returns the variable with best reliable pseudo cost that is not fixed.
|
GetCost | Return type: double Arguments: IntegerVariable var Returns the pseudo cost of given variable. Currently used for testing only.
|
GetRecordings | Return type: int Arguments: IntegerVariable var Returns the number of recordings of given variable. Currently used for
testing only.
|
PseudoCosts | Return type: explicit Arguments: Model* model |
UpdateCost | Return type: void Arguments: const std::vector<VariableBoundChange>& bound_changes,
IntegerValue obj_bound_improvement Updates the pseudo costs for the given decision.
|
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 `PseudoCosts` class in C++ calculates the pseudo cost of variables, defined as the average change in objective bounds per unit change in variable bounds. Key actions include: `UpdateCost`, which updates pseudo costs based on variable bound changes and objective bound improvement. `GetBestDecisionVar` retrieves the unfixed variable with the best reliable pseudo cost. `GetCost` and `GetRecordings` provide access to a variable's pseudo cost and recording count, respectively, used primarily for testing.\n"],null,[]]