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

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

Variables

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

Detailed Description

Parameters with prefix heuristics/alns/zeroobjective.

Variable Documentation

◆ ACTIVE

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

is this neighborhood active?

Definition at line 2501 of file parameters.hpp.

◆ MAXFIXINGRATE

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

maximum fixing rate for this neighborhood

Definition at line 2499 of file parameters.hpp.

◆ MINFIXINGRATE

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

minimum fixing rate for this neighborhood

Definition at line 2497 of file parameters.hpp.

◆ PRIORITY

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

positive call priority to initialize bandit algorithms

Definition at line 2503 of file parameters.hpp.