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

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

Variables

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

Detailed Description

Parameters with prefix heuristics/alns/rins.

Variable Documentation

◆ ACTIVE

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

is this neighborhood active?

Definition at line 2477 of file parameters.hpp.

◆ MAXFIXINGRATE

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

maximum fixing rate for this neighborhood

Definition at line 2475 of file parameters.hpp.

◆ MINFIXINGRATE

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

minimum fixing rate for this neighborhood

Definition at line 2473 of file parameters.hpp.

◆ PRIORITY

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

positive call priority to initialize bandit algorithms

Definition at line 2479 of file parameters.hpp.