Class GreatDelugeAcceptor
- java.lang.Object
-
- org.optaplanner.core.impl.solver.event.SolverLifecycleListenerAdapter<Solution_>
-
- org.optaplanner.core.impl.localsearch.event.LocalSearchPhaseLifecycleListenerAdapter
-
- org.optaplanner.core.impl.localsearch.decider.acceptor.AbstractAcceptor
-
- org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge.GreatDelugeAcceptor
-
- All Implemented Interfaces:
EventListener,Acceptor,LocalSearchPhaseLifecycleListener,SolverLifecycleListener
public class GreatDelugeAcceptor extends AbstractAcceptor
-
-
Field Summary
-
Fields inherited from class org.optaplanner.core.impl.localsearch.decider.acceptor.AbstractAcceptor
logger
-
-
Constructor Summary
Constructors Constructor Description GreatDelugeAcceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScoregetInitialWaterLevel()DoublegetWaterLevelIncrementRatio()ScoregetWaterLevelIncrementScore()booleanisAccepted(LocalSearchMoveScope moveScope)voidphaseEnded(LocalSearchPhaseScope phaseScope)voidphaseStarted(LocalSearchPhaseScope phaseScope)voidsetInitialWaterLevel(Score initialLevel)voidsetWaterLevelIncrementRatio(Double waterLevelIncrementRatio)voidsetWaterLevelIncrementScore(Score waterLevelIncrementScore)voidstepEnded(LocalSearchStepScope stepScope)-
Methods inherited from class org.optaplanner.core.impl.localsearch.event.LocalSearchPhaseLifecycleListenerAdapter
stepStarted
-
Methods inherited from class org.optaplanner.core.impl.solver.event.SolverLifecycleListenerAdapter
solvingEnded, solvingStarted
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.optaplanner.core.impl.localsearch.event.LocalSearchPhaseLifecycleListener
stepStarted
-
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingStarted
-
-
-
-
Method Detail
-
getWaterLevelIncrementScore
public Score getWaterLevelIncrementScore()
-
setWaterLevelIncrementScore
public void setWaterLevelIncrementScore(Score waterLevelIncrementScore)
-
getInitialWaterLevel
public Score getInitialWaterLevel()
-
setInitialWaterLevel
public void setInitialWaterLevel(Score initialLevel)
-
getWaterLevelIncrementRatio
public Double getWaterLevelIncrementRatio()
-
setWaterLevelIncrementRatio
public void setWaterLevelIncrementRatio(Double waterLevelIncrementRatio)
-
phaseStarted
public void phaseStarted(LocalSearchPhaseScope phaseScope)
- Specified by:
phaseStartedin interfaceLocalSearchPhaseLifecycleListener- Overrides:
phaseStartedin classLocalSearchPhaseLifecycleListenerAdapter
-
phaseEnded
public void phaseEnded(LocalSearchPhaseScope phaseScope)
- Specified by:
phaseEndedin interfaceLocalSearchPhaseLifecycleListener- Overrides:
phaseEndedin classLocalSearchPhaseLifecycleListenerAdapter
-
isAccepted
public boolean isAccepted(LocalSearchMoveScope moveScope)
- Parameters:
moveScope- not null- Returns:
- true if accepted
-
stepEnded
public void stepEnded(LocalSearchStepScope stepScope)
- Specified by:
stepEndedin interfaceLocalSearchPhaseLifecycleListener- Overrides:
stepEndedin classLocalSearchPhaseLifecycleListenerAdapter
-
-