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

Parameters with prefix heuristics/mutation. More...

Variables

constexpr Param< int > BESTSOLLIMIT { "heuristics/mutation/bestsollimit" }
 limit on number of improving incumbent solutions in sub-CIP
 
constexpr Param< bool > COPYCUTS { "heuristics/mutation/copycuts" }
 if uselprows == FALSE, should all active cuts from cutpool be copied to constraints in subproblem?
 
constexpr Param< int > FREQ { "heuristics/mutation/freq" }
 frequency for calling primal heuristic <mutation> (-1: never, 0: only at depth freqofs)
 
constexpr Param< int > FREQOFS { "heuristics/mutation/freqofs" }
 frequency offset for calling primal heuristic <mutation>
 
constexpr Param< int > MAXDEPTH { "heuristics/mutation/maxdepth" }
 maximal depth level to call primal heuristic <mutation> (-1: no limit)
 
constexpr Param< int > MAXNODES { "heuristics/mutation/maxnodes" }
 maximum number of nodes to regard in the subproblem
 
constexpr Param< double > MINFIXINGRATE { "heuristics/mutation/minfixingrate" }
 percentage of integer variables that have to be fixed
 
constexpr Param< double > MINIMPROVE { "heuristics/mutation/minimprove" }
 factor by which mutation should at least improve the incumbent
 
constexpr Param< int > MINNODES { "heuristics/mutation/minnodes" }
 minimum number of nodes required to start the subproblem
 
constexpr Param< int > NODESOFS { "heuristics/mutation/nodesofs" }
 number of nodes added to the contingent of the total nodes
 
constexpr Param< double > NODESQUOT { "heuristics/mutation/nodesquot" }
 contingent of sub problem nodes in relation to the number of nodes of the original problem
 
constexpr Param< int > NWAITINGNODES { "heuristics/mutation/nwaitingnodes" }
 number of nodes without incumbent change that heuristic should wait
 
constexpr Param< int > PRIORITY { "heuristics/mutation/priority" }
 priority of heuristic <mutation>
 
constexpr Param< bool > USELPROWS { "heuristics/mutation/uselprows" }
 should subproblem be created out of the rows in the LP rows?
 
constexpr Param< bool > USEUCT { "heuristics/mutation/useuct" }
 should uct node selection be used at the beginning of the search?
 

Detailed Description

Parameters with prefix heuristics/mutation.

Variable Documentation

◆ BESTSOLLIMIT

constexpr Param<int> scippp::params::HEURISTICS::MUTATION::BESTSOLLIMIT { "heuristics/mutation/bestsollimit" }
constexpr

limit on number of improving incumbent solutions in sub-CIP

Definition at line 3393 of file parameters.hpp.

◆ COPYCUTS

constexpr Param<bool> scippp::params::HEURISTICS::MUTATION::COPYCUTS { "heuristics/mutation/copycuts" }
constexpr

if uselprows == FALSE, should all active cuts from cutpool be copied to constraints in subproblem?

Definition at line 3391 of file parameters.hpp.

◆ FREQ

constexpr Param<int> scippp::params::HEURISTICS::MUTATION::FREQ { "heuristics/mutation/freq" }
constexpr

frequency for calling primal heuristic <mutation> (-1: never, 0: only at depth freqofs)

Definition at line 3369 of file parameters.hpp.

◆ FREQOFS

constexpr Param<int> scippp::params::HEURISTICS::MUTATION::FREQOFS { "heuristics/mutation/freqofs" }
constexpr

frequency offset for calling primal heuristic <mutation>

Definition at line 3371 of file parameters.hpp.

◆ MAXDEPTH

constexpr Param<int> scippp::params::HEURISTICS::MUTATION::MAXDEPTH { "heuristics/mutation/maxdepth" }
constexpr

maximal depth level to call primal heuristic <mutation> (-1: no limit)

Definition at line 3373 of file parameters.hpp.

◆ MAXNODES

constexpr Param<int> scippp::params::HEURISTICS::MUTATION::MAXNODES { "heuristics/mutation/maxnodes" }
constexpr

maximum number of nodes to regard in the subproblem

Definition at line 3377 of file parameters.hpp.

◆ MINFIXINGRATE

constexpr Param<double> scippp::params::HEURISTICS::MUTATION::MINFIXINGRATE { "heuristics/mutation/minfixingrate" }
constexpr

percentage of integer variables that have to be fixed

Definition at line 3385 of file parameters.hpp.

◆ MINIMPROVE

constexpr Param<double> scippp::params::HEURISTICS::MUTATION::MINIMPROVE { "heuristics/mutation/minimprove" }
constexpr

factor by which mutation should at least improve the incumbent

Definition at line 3387 of file parameters.hpp.

◆ MINNODES

constexpr Param<int> scippp::params::HEURISTICS::MUTATION::MINNODES { "heuristics/mutation/minnodes" }
constexpr

minimum number of nodes required to start the subproblem

Definition at line 3379 of file parameters.hpp.

◆ NODESOFS

constexpr Param<int> scippp::params::HEURISTICS::MUTATION::NODESOFS { "heuristics/mutation/nodesofs" }
constexpr

number of nodes added to the contingent of the total nodes

Definition at line 3375 of file parameters.hpp.

◆ NODESQUOT

constexpr Param<double> scippp::params::HEURISTICS::MUTATION::NODESQUOT { "heuristics/mutation/nodesquot" }
constexpr

contingent of sub problem nodes in relation to the number of nodes of the original problem

Definition at line 3383 of file parameters.hpp.

◆ NWAITINGNODES

constexpr Param<int> scippp::params::HEURISTICS::MUTATION::NWAITINGNODES { "heuristics/mutation/nwaitingnodes" }
constexpr

number of nodes without incumbent change that heuristic should wait

Definition at line 3381 of file parameters.hpp.

◆ PRIORITY

constexpr Param<int> scippp::params::HEURISTICS::MUTATION::PRIORITY { "heuristics/mutation/priority" }
constexpr

priority of heuristic <mutation>

Definition at line 3367 of file parameters.hpp.

◆ USELPROWS

constexpr Param<bool> scippp::params::HEURISTICS::MUTATION::USELPROWS { "heuristics/mutation/uselprows" }
constexpr

should subproblem be created out of the rows in the LP rows?

Definition at line 3389 of file parameters.hpp.

◆ USEUCT

constexpr Param<bool> scippp::params::HEURISTICS::MUTATION::USEUCT { "heuristics/mutation/useuct" }
constexpr

should uct node selection be used at the beginning of the search?

Definition at line 3395 of file parameters.hpp.