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

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

Variables

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

Detailed Description

Parameters with prefix heuristics/alns/mutation.

Variable Documentation

◆ ACTIVE

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

is this neighborhood active?

Definition at line 2444 of file parameters.hpp.

◆ MAXFIXINGRATE

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

maximum fixing rate for this neighborhood

Definition at line 2442 of file parameters.hpp.

◆ MINFIXINGRATE

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

minimum fixing rate for this neighborhood

Definition at line 2440 of file parameters.hpp.

◆ PRIORITY

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

positive call priority to initialize bandit algorithms

Definition at line 2446 of file parameters.hpp.