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

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

Variables

constexpr Param< bool > ACTIVE { "heuristics/alns/trustregion/active" }
 is this neighborhood active?
 
constexpr Param< double > MAXFIXINGRATE { "heuristics/alns/trustregion/maxfixingrate" }
 maximum fixing rate for this neighborhood
 
constexpr Param< double > MINFIXINGRATE { "heuristics/alns/trustregion/minfixingrate" }
 minimum fixing rate for this neighborhood
 
constexpr Param< double > PRIORITY { "heuristics/alns/trustregion/priority" }
 positive call priority to initialize bandit algorithms
 
constexpr Param< double > VIOLPENALTY { "heuristics/alns/trustregion/violpenalty" }
 the penalty for each change in the binary variables from the candidate solution
 

Detailed Description

Parameters with prefix heuristics/alns/trustregion.

Variable Documentation

◆ ACTIVE

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

is this neighborhood active?

Definition at line 2488 of file parameters.hpp.

◆ MAXFIXINGRATE

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

maximum fixing rate for this neighborhood

Definition at line 2486 of file parameters.hpp.

◆ MINFIXINGRATE

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

minimum fixing rate for this neighborhood

Definition at line 2484 of file parameters.hpp.

◆ PRIORITY

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

positive call priority to initialize bandit algorithms

Definition at line 2490 of file parameters.hpp.

◆ VIOLPENALTY

constexpr Param<double> scippp::params::HEURISTICS::ALNS::TRUSTREGION::VIOLPENALTY { "heuristics/alns/trustregion/violpenalty" }
constexpr

the penalty for each change in the binary variables from the candidate solution

Definition at line 2492 of file parameters.hpp.