org.optaplanner.core.impl.localsearch.decider.forager.finalist
Class StrategicOscillationByLevelFinalistPodium
java.lang.Object
org.optaplanner.core.impl.solver.event.SolverLifecycleListenerAdapter
org.optaplanner.core.impl.localsearch.event.LocalSearchPhaseLifecycleListenerAdapter
org.optaplanner.core.impl.localsearch.decider.forager.finalist.AbstractFinalistPodium
org.optaplanner.core.impl.localsearch.decider.forager.finalist.StrategicOscillationByLevelFinalistPodium
- All Implemented Interfaces:
- EventListener, FinalistPodium, LocalSearchPhaseLifecycleListener, SolverLifecycleListener
public class StrategicOscillationByLevelFinalistPodium
- extends AbstractFinalistPodium
Strategic oscillation, works well with Tabu search.
- See Also:
FinalistPodium
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
referenceBestScoreInsteadOfLastStepScore
protected final boolean referenceBestScoreInsteadOfLastStepScore
referenceLevelNumbers
protected Number[] referenceLevelNumbers
finalistScore
protected Score finalistScore
finalistLevelNumbers
protected Number[] finalistLevelNumbers
StrategicOscillationByLevelFinalistPodium
public StrategicOscillationByLevelFinalistPodium(boolean referenceBestScoreInsteadOfLastStepScore)
stepStarted
public void stepStarted(LocalSearchStepScope stepScope)
- Specified by:
stepStarted
in interface LocalSearchPhaseLifecycleListener
- Overrides:
stepStarted
in class AbstractFinalistPodium
addMove
public void addMove(LocalSearchMoveScope moveScope)
- Description copied from interface:
FinalistPodium
- See
Forager.addMove(LocalSearchMoveScope)
.
- Parameters:
moveScope
- never null
phaseEnded
public void phaseEnded(LocalSearchPhaseScope phaseScope)
- Specified by:
phaseEnded
in interface LocalSearchPhaseLifecycleListener
- Overrides:
phaseEnded
in class AbstractFinalistPodium
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.