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

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

Variables

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

Detailed Description

Parameters with prefix heuristics/alns/proximity.

Variable Documentation

◆ ACTIVE

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

is this neighborhood active?

Definition at line 2455 of file parameters.hpp.

◆ MAXFIXINGRATE

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

maximum fixing rate for this neighborhood

Definition at line 2453 of file parameters.hpp.

◆ MINFIXINGRATE

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

minimum fixing rate for this neighborhood

Definition at line 2451 of file parameters.hpp.

◆ PRIORITY

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

positive call priority to initialize bandit algorithms

Definition at line 2457 of file parameters.hpp.