SCIP++ refs/heads/main
 
Loading...
Searching...
No Matches
scippp::params::NODESELECTION::ESTIMATE Namespace Reference

Parameters with prefix nodeselection/estimate. More...

Variables

constexpr Param< int > BESTNODEFREQ { "nodeselection/estimate/bestnodefreq" }
 frequency at which the best node instead of the best estimate is selected (0: never)
 
constexpr Param< int > BREADTHFIRSTDEPTH { "nodeselection/estimate/breadthfirstdepth" }
 depth until breadth-first search is applied
 
constexpr Param< int > MAXPLUNGEDEPTH { "nodeselection/estimate/maxplungedepth" }
 maximal plunging depth, before new best node is forced to be selected (-1 for dynamic setting)
 
constexpr Param< double > MAXPLUNGEQUOT { "nodeselection/estimate/maxplungequot" }
 maximal quotient (estimate - lowerbound)/(cutoffbound - lowerbound) where plunging is performed
 
constexpr Param< int > MEMSAVEPRIORITY { "nodeselection/estimate/memsavepriority" }
 priority of node selection rule <estimate> in memory saving mode
 
constexpr Param< int > MINPLUNGEDEPTH { "nodeselection/estimate/minplungedepth" }
 minimal plunging depth, before new best node may be selected (-1 for dynamic setting)
 
constexpr Param< int > PLUNGEOFFSET { "nodeselection/estimate/plungeoffset" }
 number of nodes before doing plunging the first time
 
constexpr Param< int > STDPRIORITY { "nodeselection/estimate/stdpriority" }
 priority of node selection rule <estimate> in standard mode
 

Detailed Description

Parameters with prefix nodeselection/estimate.

Variable Documentation

◆ BESTNODEFREQ

constexpr Param<int> scippp::params::NODESELECTION::ESTIMATE::BESTNODEFREQ { "nodeselection/estimate/bestnodefreq" }
constexpr

frequency at which the best node instead of the best estimate is selected (0: never)

Definition at line 4611 of file parameters.hpp.

◆ BREADTHFIRSTDEPTH

constexpr Param<int> scippp::params::NODESELECTION::ESTIMATE::BREADTHFIRSTDEPTH { "nodeselection/estimate/breadthfirstdepth" }
constexpr

depth until breadth-first search is applied

Definition at line 4613 of file parameters.hpp.

◆ MAXPLUNGEDEPTH

constexpr Param<int> scippp::params::NODESELECTION::ESTIMATE::MAXPLUNGEDEPTH { "nodeselection/estimate/maxplungedepth" }
constexpr

maximal plunging depth, before new best node is forced to be selected (-1 for dynamic setting)

Definition at line 4607 of file parameters.hpp.

◆ MAXPLUNGEQUOT

constexpr Param<double> scippp::params::NODESELECTION::ESTIMATE::MAXPLUNGEQUOT { "nodeselection/estimate/maxplungequot" }
constexpr

maximal quotient (estimate - lowerbound)/(cutoffbound - lowerbound) where plunging is performed

Definition at line 4609 of file parameters.hpp.

◆ MEMSAVEPRIORITY

constexpr Param<int> scippp::params::NODESELECTION::ESTIMATE::MEMSAVEPRIORITY { "nodeselection/estimate/memsavepriority" }
constexpr

priority of node selection rule <estimate> in memory saving mode

Definition at line 4603 of file parameters.hpp.

◆ MINPLUNGEDEPTH

constexpr Param<int> scippp::params::NODESELECTION::ESTIMATE::MINPLUNGEDEPTH { "nodeselection/estimate/minplungedepth" }
constexpr

minimal plunging depth, before new best node may be selected (-1 for dynamic setting)

Definition at line 4605 of file parameters.hpp.

◆ PLUNGEOFFSET

constexpr Param<int> scippp::params::NODESELECTION::ESTIMATE::PLUNGEOFFSET { "nodeselection/estimate/plungeoffset" }
constexpr

number of nodes before doing plunging the first time

Definition at line 4615 of file parameters.hpp.

◆ STDPRIORITY

constexpr Param<int> scippp::params::NODESELECTION::ESTIMATE::STDPRIORITY { "nodeselection/estimate/stdpriority" }
constexpr

priority of node selection rule <estimate> in standard mode

Definition at line 4601 of file parameters.hpp.