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

Parameters with prefix nodeselection/uct. More...

Variables

constexpr Param< int > MEMSAVEPRIORITY { "nodeselection/uct/memsavepriority" }
 priority of node selection rule <uct> in memory saving mode
 
constexpr Param< int > NODELIMIT { "nodeselection/uct/nodelimit" }
 maximum number of nodes before switching to default rule
 
constexpr Param< int > STDPRIORITY { "nodeselection/uct/stdpriority" }
 priority of node selection rule <uct> in standard mode
 
constexpr Param< bool > USEESTIMATE { "nodeselection/uct/useestimate" }
 should the estimate (TRUE) or lower bound of a node be used for UCT score?
 
constexpr Param< double > WEIGHT { "nodeselection/uct/weight" }
 weight for visit quotient of node selection rule
 

Detailed Description

Parameters with prefix nodeselection/uct.

Variable Documentation

◆ MEMSAVEPRIORITY

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

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

Definition at line 4650 of file parameters.hpp.

◆ NODELIMIT

constexpr Param<int> scippp::params::NODESELECTION::UCT::NODELIMIT { "nodeselection/uct/nodelimit" }
constexpr

maximum number of nodes before switching to default rule

Definition at line 4652 of file parameters.hpp.

◆ STDPRIORITY

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

priority of node selection rule <uct> in standard mode

Definition at line 4648 of file parameters.hpp.

◆ USEESTIMATE

constexpr Param<bool> scippp::params::NODESELECTION::UCT::USEESTIMATE { "nodeselection/uct/useestimate" }
constexpr

should the estimate (TRUE) or lower bound of a node be used for UCT score?

Definition at line 4656 of file parameters.hpp.

◆ WEIGHT

constexpr Param<double> scippp::params::NODESELECTION::UCT::WEIGHT { "nodeselection/uct/weight" }
constexpr

weight for visit quotient of node selection rule

Definition at line 4654 of file parameters.hpp.