Modifier and Type | Method and Description |
---|---|
ConstructionHeuristicPhase |
ConstructionHeuristicPhaseConfig.buildPhase(int phaseIndex,
HeuristicConfigPolicy solverConfigPolicy,
BestSolutionRecaller bestSolutionRecaller,
Termination solverTermination) |
Modifier and Type | Method and Description |
---|---|
ExhaustiveSearchPhase |
ExhaustiveSearchPhaseConfig.buildPhase(int phaseIndex,
HeuristicConfigPolicy solverConfigPolicy,
BestSolutionRecaller bestSolutionRecaller,
Termination solverTermination) |
Modifier and Type | Method and Description |
---|---|
LocalSearchPhase |
LocalSearchPhaseConfig.buildPhase(int phaseIndex,
HeuristicConfigPolicy solverConfigPolicy,
BestSolutionRecaller bestSolutionRecaller,
Termination solverTermination) |
Modifier and Type | Method and Description |
---|---|
abstract Phase |
PhaseConfig.buildPhase(int phaseIndex,
HeuristicConfigPolicy solverConfigPolicy,
BestSolutionRecaller bestSolutionRecaller,
Termination solverTermination) |
protected void |
PhaseConfig.configurePhase(AbstractPhase phase,
int phaseIndex,
HeuristicConfigPolicy configPolicy,
BestSolutionRecaller bestSolutionRecaller,
Termination solverTermination) |
Modifier and Type | Method and Description |
---|---|
CustomPhase |
CustomPhaseConfig.buildPhase(int phaseIndex,
HeuristicConfigPolicy solverConfigPolicy,
BestSolutionRecaller bestSolutionRecaller,
Termination solverTermination) |
Modifier and Type | Method and Description |
---|---|
protected BestSolutionRecaller |
SolverConfig.buildBestSolutionRecaller(EnvironmentMode environmentMode) |
Modifier and Type | Method and Description |
---|---|
protected List<Phase> |
SolverConfig.buildPhaseList(HeuristicConfigPolicy configPolicy,
BestSolutionRecaller bestSolutionRecaller,
Termination termination) |
Modifier and Type | Field and Description |
---|---|
protected BestSolutionRecaller |
ExhaustiveSearchDecider.bestSolutionRecaller |
Constructor and Description |
---|
ExhaustiveSearchDecider(BestSolutionRecaller bestSolutionRecaller,
Termination termination,
ManualEntityMimicRecorder manualEntityMimicRecorder,
MoveSelector moveSelector,
boolean scoreBounderEnabled,
ScoreBounder scoreBounder) |
Modifier and Type | Field and Description |
---|---|
protected BestSolutionRecaller |
AbstractPhase.bestSolutionRecaller |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPhase.setBestSolutionRecaller(BestSolutionRecaller bestSolutionRecaller) |
Modifier and Type | Field and Description |
---|---|
protected BestSolutionRecaller |
DefaultSolver.bestSolutionRecaller |
Modifier and Type | Method and Description |
---|---|
BestSolutionRecaller |
DefaultSolver.getBestSolutionRecaller() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSolver.setBestSolutionRecaller(BestSolutionRecaller bestSolutionRecaller) |
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.