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

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

is this neighborhood active?

Definition at line 2558 of file parameters.hpp.

◆ MAXFIXINGRATE

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

maximum fixing rate for this neighborhood

Definition at line 2556 of file parameters.hpp.

◆ MINFIXINGRATE

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

minimum fixing rate for this neighborhood

Definition at line 2554 of file parameters.hpp.

◆ NSOLS

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

the number of solutions that crossover should combine

Definition at line 2562 of file parameters.hpp.

◆ PRIORITY

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

positive call priority to initialize bandit algorithms

Definition at line 2560 of file parameters.hpp.