Parameters with prefix branching/random. More...
Variables | |
constexpr Param< double > | MAXBOUNDDIST { "branching/random/maxbounddist" } |
maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying branching rule (0.0: only on current best node, 1.0: on all nodes) | |
constexpr Param< int > | MAXDEPTH { "branching/random/maxdepth" } |
maximal depth level, up to which branching rule <random> should be used (-1 for no limit) | |
constexpr Param< int > | PRIORITY { "branching/random/priority" } |
priority of branching rule <random> | |
constexpr Param< int > | SEED { "branching/random/seed" } |
initial random seed value | |
Parameters with prefix branching/random.
|
constexpr |
maximal relative distance from current node's dual bound to primal bound compared to best node's dual bound for applying branching rule (0.0: only on current best node, 1.0: on all nodes)
Definition at line 445 of file parameters.hpp.
|
constexpr |
maximal depth level, up to which branching rule <random> should be used (-1 for no limit)
Definition at line 442 of file parameters.hpp.
|
constexpr |
priority of branching rule <random>
Definition at line 440 of file parameters.hpp.
|
constexpr |
initial random seed value
Definition at line 447 of file parameters.hpp.