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

Parameters with prefix nodeselection/hybridestim. More...

Variables

constexpr Param< int > BESTNODEFREQ { "nodeselection/hybridestim/bestnodefreq" }
 frequency at which the best node instead of the hybrid best estimate / best bound is selected (0: never)
 
constexpr Param< double > ESTIMWEIGHT { "nodeselection/hybridestim/estimweight" }
 weight of estimate value in node selection score (0: pure best bound search, 1: pure best estimate search)
 
constexpr Param< int > MAXPLUNGEDEPTH { "nodeselection/hybridestim/maxplungedepth" }
 maximal plunging depth, before new best node is forced to be selected (-1 for dynamic setting)
 
constexpr Param< double > MAXPLUNGEQUOT { "nodeselection/hybridestim/maxplungequot" }
 maximal quotient (estimate - lowerbound)/(cutoffbound - lowerbound) where plunging is performed
 
constexpr Param< int > MEMSAVEPRIORITY { "nodeselection/hybridestim/memsavepriority" }
 priority of node selection rule <hybridestim> in memory saving mode
 
constexpr Param< int > MINPLUNGEDEPTH { "nodeselection/hybridestim/minplungedepth" }
 minimal plunging depth, before new best node may be selected (-1 for dynamic setting)
 
constexpr Param< int > STDPRIORITY { "nodeselection/hybridestim/stdpriority" }
 priority of node selection rule <hybridestim> in standard mode
 

Detailed Description

Parameters with prefix nodeselection/hybridestim.

Variable Documentation

◆ BESTNODEFREQ

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

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

Definition at line 4630 of file parameters.hpp.

◆ ESTIMWEIGHT

constexpr Param<double> scippp::params::NODESELECTION::HYBRIDESTIM::ESTIMWEIGHT { "nodeselection/hybridestim/estimweight" }
constexpr

weight of estimate value in node selection score (0: pure best bound search, 1: pure best estimate search)

Definition at line 4632 of file parameters.hpp.

◆ MAXPLUNGEDEPTH

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

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

Definition at line 4626 of file parameters.hpp.

◆ MAXPLUNGEQUOT

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

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

Definition at line 4628 of file parameters.hpp.

◆ MEMSAVEPRIORITY

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

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

Definition at line 4622 of file parameters.hpp.

◆ MINPLUNGEDEPTH

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

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

Definition at line 4624 of file parameters.hpp.

◆ STDPRIORITY

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

priority of node selection rule <hybridestim> in standard mode

Definition at line 4620 of file parameters.hpp.