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

Parameters with prefix estimation. More...

Namespaces

namespace  RESTARTS
 Parameters with prefix estimation/restarts.
 
namespace  SSG
 Parameters with prefix estimation/ssg.
 
namespace  TREEPROFILE
 Parameters with prefix estimation/treeprofile.
 

Variables

constexpr Param< double > COEFMONOSSG { "estimation/coefmonossg" }
 coefficient of 1 - SSG in monotone approximation of search completion
 
constexpr Param< double > COEFMONOWEIGHT { "estimation/coefmonoweight" }
 coefficient of tree weight in monotone approximation of search completion
 
constexpr Param< char > COMPLETIONTYPE { "estimation/completiontype" }
 approximation of search tree completion: (a)uto, (g)ap, tree (w)eight, (m)onotone regression, (r)egression forest, (s)sg
 
constexpr Param< char > METHOD { "estimation/method" }
 tree size estimation method: (c)ompletion, (e)nsemble, time series forecasts on either (g)ap, (l)eaf frequency, (o)open nodes, tree (w)eight, (s)sg, or (t)ree profile or w(b)e
 
constexpr Param< std::string > REGFORESTFILENAME { "estimation/regforestfilename" }
 user regression forest in RFCSV format
 
constexpr Param< int > REPORTFREQ { "estimation/reportfreq" }
 report frequency on estimation: -1: never, 0:always, k >= 1: k times evenly during search
 
constexpr Param< bool > SHOWSTATS { "estimation/showstats" }
 should statistics be shown at the end?
 
constexpr Param< bool > USELEAFTS { "estimation/useleafts" }
 use leaf nodes as basic observations for time series, or all nodes?
 

Detailed Description

Parameters with prefix estimation.

Variable Documentation

◆ COEFMONOSSG

constexpr Param<double> scippp::params::ESTIMATION::COEFMONOSSG { "estimation/coefmonossg" }
constexpr

coefficient of 1 - SSG in monotone approximation of search completion

Definition at line 2183 of file parameters.hpp.

◆ COEFMONOWEIGHT

constexpr Param<double> scippp::params::ESTIMATION::COEFMONOWEIGHT { "estimation/coefmonoweight" }
constexpr

coefficient of tree weight in monotone approximation of search completion

Definition at line 2181 of file parameters.hpp.

◆ COMPLETIONTYPE

constexpr Param<char> scippp::params::ESTIMATION::COMPLETIONTYPE { "estimation/completiontype" }
constexpr

approximation of search tree completion: (a)uto, (g)ap, tree (w)eight, (m)onotone regression, (r)egression forest, (s)sg

Definition at line 2190 of file parameters.hpp.

◆ METHOD

constexpr Param<char> scippp::params::ESTIMATION::METHOD { "estimation/method" }
constexpr

tree size estimation method: (c)ompletion, (e)nsemble, time series forecasts on either (g)ap, (l)eaf frequency, (o)open nodes, tree (w)eight, (s)sg, or (t)ree profile or w(b)e

Definition at line 2179 of file parameters.hpp.

◆ REGFORESTFILENAME

constexpr Param<std::string> scippp::params::ESTIMATION::REGFORESTFILENAME { "estimation/regforestfilename" }
constexpr

user regression forest in RFCSV format

Definition at line 2187 of file parameters.hpp.

◆ REPORTFREQ

constexpr Param<int> scippp::params::ESTIMATION::REPORTFREQ { "estimation/reportfreq" }
constexpr

report frequency on estimation: -1: never, 0:always, k >= 1: k times evenly during search

Definition at line 2185 of file parameters.hpp.

◆ SHOWSTATS

constexpr Param<bool> scippp::params::ESTIMATION::SHOWSTATS { "estimation/showstats" }
constexpr

should statistics be shown at the end?

Definition at line 2194 of file parameters.hpp.

◆ USELEAFTS

constexpr Param<bool> scippp::params::ESTIMATION::USELEAFTS { "estimation/useleafts" }
constexpr

use leaf nodes as basic observations for time series, or all nodes?

Definition at line 2192 of file parameters.hpp.