org.optaplanner.core.impl.localsearch.decider.acceptor.tabu
public class SolutionTabuAcceptor extends AbstractTabuAcceptor
aspirationEnabled, assertTabuHashCodeCorrectness, fadingTabuSizeStrategy, tabuSequenceList, tabuSizeStrategy, tabuToStepIndexMap, workingFadingTabuSize, workingTabuSize
logger
Constructor and Description |
---|
SolutionTabuAcceptor() |
Modifier and Type | Method and Description |
---|---|
protected Collection<? extends Object> |
findNewTabu(LocalSearchStepScope stepScope) |
protected Collection<? extends Object> |
findTabu(LocalSearchMoveScope moveScope) |
void |
phaseStarted(LocalSearchSolverPhaseScope phaseScope) |
adjustTabuList, calculateFadingTabuAcceptChance, isAccepted, phaseEnded, setAspirationEnabled, setAssertTabuHashCodeCorrectness, setFadingTabuSizeStrategy, setTabuSizeStrategy, stepEnded
stepStarted
solvingEnded, solvingStarted
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
stepStarted
solvingEnded, solvingStarted
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(LocalSearchSolverPhaseScope phaseScope)
phaseStarted
in interface LocalSearchSolverPhaseLifecycleListener
phaseStarted
in class AbstractTabuAcceptor
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.