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

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

Variables

constexpr Param< bool > ACTIVE { "heuristics/alns/crossover/active" }
 is this neighborhood active?
 
constexpr Param< double > MAXFIXINGRATE { "heuristics/alns/crossover/maxfixingrate" }
 maximum fixing rate for this neighborhood
 
constexpr Param< double > MINFIXINGRATE { "heuristics/alns/crossover/minfixingrate" }
 minimum fixing rate for this neighborhood
 
constexpr Param< int > NSOLS { "heuristics/alns/crossover/nsols" }
 the number of solutions that crossover should combine
 
constexpr Param< double > PRIORITY { "heuristics/alns/crossover/priority" }
 positive call priority to initialize bandit algorithms
 

Detailed Description

Parameters with prefix heuristics/alns/crossover.

Variable Documentation

◆ ACTIVE

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

is this neighborhood active?

Definition at line 2407 of file parameters.hpp.

◆ MAXFIXINGRATE

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

maximum fixing rate for this neighborhood

Definition at line 2405 of file parameters.hpp.

◆ MINFIXINGRATE

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

minimum fixing rate for this neighborhood

Definition at line 2403 of file parameters.hpp.

◆ NSOLS

constexpr Param<int> scippp::params::HEURISTICS::ALNS::CROSSOVER::NSOLS { "heuristics/alns/crossover/nsols" }
constexpr

the number of solutions that crossover should combine

Definition at line 2411 of file parameters.hpp.

◆ PRIORITY

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

positive call priority to initialize bandit algorithms

Definition at line 2409 of file parameters.hpp.