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

Parameters with prefix estimation/treeprofile. More...

Variables

constexpr Param< bool > ENABLED { "estimation/treeprofile/enabled" }
 should the event handler collect data?
 
constexpr Param< double > MINNODESPERDEPTH { "estimation/treeprofile/minnodesperdepth" }
 minimum average number of nodes at each depth before producing estimations
 

Detailed Description

Parameters with prefix estimation/treeprofile.

Variable Documentation

◆ ENABLED

constexpr Param<bool> scippp::params::ESTIMATION::TREEPROFILE::ENABLED { "estimation/treeprofile/enabled" }
constexpr

should the event handler collect data?

Definition at line 2225 of file parameters.hpp.

◆ MINNODESPERDEPTH

constexpr Param<double> scippp::params::ESTIMATION::TREEPROFILE::MINNODESPERDEPTH { "estimation/treeprofile/minnodesperdepth" }
constexpr

minimum average number of nodes at each depth before producing estimations

Definition at line 2227 of file parameters.hpp.