![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 64 of file bop_util.h.
#include <bop_util.h>
Public Member Functions | |
| LubyAdaptiveParameterValue (double initial_value) | |
| void | Reset () |
| void | IncreaseParameter () |
| void | DecreaseParameter () |
| double | GetParameterValue () const |
| void | UpdateLuby () |
| bool | BoostLuby () |
| int | luby_value () const |
|
explicit |
Definition at line 173 of file bop_util.cc.
| bool operations_research::bop::LubyAdaptiveParameterValue::BoostLuby | ( | ) |
Definition at line 205 of file bop_util.cc.
| void operations_research::bop::LubyAdaptiveParameterValue::DecreaseParameter | ( | ) |
Definition at line 195 of file bop_util.cc.
| double operations_research::bop::LubyAdaptiveParameterValue::GetParameterValue | ( | ) | const |
Definition at line 200 of file bop_util.cc.
| void operations_research::bop::LubyAdaptiveParameterValue::IncreaseParameter | ( | ) |
Definition at line 190 of file bop_util.cc.
|
inline |
Definition at line 78 of file bop_util.h.
| void operations_research::bop::LubyAdaptiveParameterValue::Reset | ( | ) |
Definition at line 181 of file bop_util.cc.
| void operations_research::bop::LubyAdaptiveParameterValue::UpdateLuby | ( | ) |
Definition at line 210 of file bop_util.cc.