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

Parameters with prefix heuristics/alns/localbranching. More...

Variables

constexpr Param< bool > ACTIVE { "heuristics/alns/localbranching/active" }
 is this neighborhood active?
 
constexpr Param< double > MAXFIXINGRATE { "heuristics/alns/localbranching/maxfixingrate" }
 maximum fixing rate for this neighborhood
 
constexpr Param< double > MINFIXINGRATE { "heuristics/alns/localbranching/minfixingrate" }
 minimum fixing rate for this neighborhood
 
constexpr Param< double > PRIORITY { "heuristics/alns/localbranching/priority" }
 positive call priority to initialize bandit algorithms
 

Detailed Description

Parameters with prefix heuristics/alns/localbranching.

Variable Documentation

◆ ACTIVE

constexpr Param<bool> scippp::params::HEURISTICS::ALNS::LOCALBRANCHING::ACTIVE { "heuristics/alns/localbranching/active" }
constexpr

is this neighborhood active?

Definition at line 2433 of file parameters.hpp.

◆ MAXFIXINGRATE

constexpr Param<double> scippp::params::HEURISTICS::ALNS::LOCALBRANCHING::MAXFIXINGRATE { "heuristics/alns/localbranching/maxfixingrate" }
constexpr

maximum fixing rate for this neighborhood

Definition at line 2431 of file parameters.hpp.

◆ MINFIXINGRATE

constexpr Param<double> scippp::params::HEURISTICS::ALNS::LOCALBRANCHING::MINFIXINGRATE { "heuristics/alns/localbranching/minfixingrate" }
constexpr

minimum fixing rate for this neighborhood

Definition at line 2429 of file parameters.hpp.

◆ PRIORITY

constexpr Param<double> scippp::params::HEURISTICS::ALNS::LOCALBRANCHING::PRIORITY { "heuristics/alns/localbranching/priority" }
constexpr

positive call priority to initialize bandit algorithms

Definition at line 2435 of file parameters.hpp.