|
OptaPlanner core 6.2.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.optaplanner.core.impl.solver.event.SolverLifecycleListenerAdapter
org.optaplanner.core.impl.localsearch.event.LocalSearchPhaseLifecycleListenerAdapter
org.optaplanner.core.impl.localsearch.decider.acceptor.AbstractAcceptor
org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.AbstractTabuAcceptor
org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.SolutionTabuAcceptor
public class SolutionTabuAcceptor
Field Summary |
---|
Fields inherited from class org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.AbstractTabuAcceptor |
---|
aspirationEnabled, assertTabuHashCodeCorrectness, fadingTabuSizeStrategy, tabuSequenceList, tabuSizeStrategy, tabuToStepIndexMap, workingFadingTabuSize, workingTabuSize |
Fields inherited from class org.optaplanner.core.impl.localsearch.decider.acceptor.AbstractAcceptor |
---|
logger |
Constructor Summary | |
---|---|
SolutionTabuAcceptor()
|
Method Summary | |
---|---|
protected Collection<? extends Object> |
findNewTabu(LocalSearchStepScope stepScope)
|
protected Collection<? extends Object> |
findTabu(LocalSearchMoveScope moveScope)
|
void |
phaseStarted(LocalSearchPhaseScope phaseScope)
|
Methods inherited from class org.optaplanner.core.impl.localsearch.decider.acceptor.tabu.AbstractTabuAcceptor |
---|
adjustTabuList, calculateFadingTabuAcceptChance, isAccepted, phaseEnded, setAspirationEnabled, setAssertTabuHashCodeCorrectness, setFadingTabuSizeStrategy, setTabuSizeStrategy, stepEnded |
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 |
Constructor Detail |
---|
public SolutionTabuAcceptor()
Method Detail |
---|
protected Collection<? extends Object> findTabu(LocalSearchMoveScope moveScope)
findTabu
in class AbstractTabuAcceptor
protected Collection<? extends Object> findNewTabu(LocalSearchStepScope stepScope)
findNewTabu
in class AbstractTabuAcceptor
public void phaseStarted(LocalSearchPhaseScope phaseScope)
phaseStarted
in interface LocalSearchPhaseLifecycleListener
phaseStarted
in class AbstractTabuAcceptor
|
OptaPlanner core 6.2.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |