public class SolutionTabuAcceptor extends AbstractTabuAcceptor
aspirationEnabled, assertTabuHashCodeCorrectness, fadingTabuSizeStrategy, logIndentation, tabuSequenceDeque, tabuSizeStrategy, tabuToStepIndexMap, workingFadingTabuSize, workingTabuSize
logger
Constructor and Description |
---|
SolutionTabuAcceptor(String logIndentation) |
Modifier and Type | Method and Description |
---|---|
protected Collection<? extends Object> |
findNewTabu(LocalSearchStepScope stepScope) |
protected Collection<? extends Object> |
findTabu(LocalSearchMoveScope moveScope) |
void |
phaseStarted(LocalSearchPhaseScope 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
public SolutionTabuAcceptor(String logIndentation)
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
Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.