Parameters with prefix nodeselection/bfs. More...
Variables | |
constexpr Param< int > | MAXPLUNGEDEPTH { "nodeselection/bfs/maxplungedepth" } |
maximal plunging depth, before new best node is forced to be selected (-1 for dynamic setting) | |
constexpr Param< double > | MAXPLUNGEQUOT { "nodeselection/bfs/maxplungequot" } |
maximal quotient (curlowerbound - lowerbound)/(cutoffbound - lowerbound) where plunging is performed | |
constexpr Param< int > | MEMSAVEPRIORITY { "nodeselection/bfs/memsavepriority" } |
priority of node selection rule <bfs> in memory saving mode | |
constexpr Param< int > | MINPLUNGEDEPTH { "nodeselection/bfs/minplungedepth" } |
minimal plunging depth, before new best node may be selected (-1 for dynamic setting) | |
constexpr Param< int > | STDPRIORITY { "nodeselection/bfs/stdpriority" } |
priority of node selection rule <bfs> in standard mode | |
Parameters with prefix nodeselection/bfs.
|
constexpr |
maximal plunging depth, before new best node is forced to be selected (-1 for dynamic setting)
Definition at line 5002 of file parameters.hpp.
|
constexpr |
maximal quotient (curlowerbound - lowerbound)/(cutoffbound - lowerbound) where plunging is performed
Definition at line 5004 of file parameters.hpp.
|
constexpr |
priority of node selection rule <bfs> in memory saving mode
Definition at line 4998 of file parameters.hpp.
|
constexpr |
minimal plunging depth, before new best node may be selected (-1 for dynamic setting)
Definition at line 5000 of file parameters.hpp.
|
constexpr |
priority of node selection rule <bfs> in standard mode
Definition at line 4996 of file parameters.hpp.