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

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

Variables

constexpr Param< bool > ACTIVE { "heuristics/alns/dins/active" }
 is this neighborhood active?
 
constexpr Param< double > MAXFIXINGRATE { "heuristics/alns/dins/maxfixingrate" }
 maximum fixing rate for this neighborhood
 
constexpr Param< double > MINFIXINGRATE { "heuristics/alns/dins/minfixingrate" }
 minimum fixing rate for this neighborhood
 
constexpr Param< int > NPOOLSOLS { "heuristics/alns/dins/npoolsols" }
 number of pool solutions where binary solution values must agree
 
constexpr Param< double > PRIORITY { "heuristics/alns/dins/priority" }
 positive call priority to initialize bandit algorithms
 

Detailed Description

Parameters with prefix heuristics/alns/dins.

Variable Documentation

◆ ACTIVE

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

is this neighborhood active?

Definition at line 2420 of file parameters.hpp.

◆ MAXFIXINGRATE

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

maximum fixing rate for this neighborhood

Definition at line 2418 of file parameters.hpp.

◆ MINFIXINGRATE

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

minimum fixing rate for this neighborhood

Definition at line 2416 of file parameters.hpp.

◆ NPOOLSOLS

constexpr Param<int> scippp::params::HEURISTICS::ALNS::DINS::NPOOLSOLS { "heuristics/alns/dins/npoolsols" }
constexpr

number of pool solutions where binary solution values must agree

Definition at line 2424 of file parameters.hpp.

◆ PRIORITY

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

positive call priority to initialize bandit algorithms

Definition at line 2422 of file parameters.hpp.