Class ValueTabuAcceptor<Solution_>
java.lang.Object
ai.timefold.solver.core.impl.solver.event.SolverLifecycleListenerAdapter<Solution_>
ai.timefold.solver.core.impl.localsearch.event.LocalSearchPhaseLifecycleListenerAdapter<Solution_>
ai.timefold.solver.core.impl.localsearch.decider.acceptor.AbstractAcceptor<Solution_>
ai.timefold.solver.core.impl.localsearch.decider.acceptor.tabu.AbstractTabuAcceptor<Solution_>
ai.timefold.solver.core.impl.localsearch.decider.acceptor.tabu.ValueTabuAcceptor<Solution_>
- All Implemented Interfaces:
Acceptor<Solution_>,LocalSearchPhaseLifecycleListener<Solution_>,SolverLifecycleListener<Solution_>,EventListener
-
Field Summary
Fields inherited from class ai.timefold.solver.core.impl.localsearch.decider.acceptor.tabu.AbstractTabuAcceptor
aspirationEnabled, assertTabuHashCodeCorrectness, fadingTabuSizeStrategy, logIndentation, tabuSequenceDeque, tabuSizeStrategy, tabuToStepIndexMap, workingFadingTabuSize, workingTabuSizeFields inherited from class ai.timefold.solver.core.impl.localsearch.decider.acceptor.AbstractAcceptor
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<? extends Object>findNewTabu(LocalSearchStepScope<Solution_> stepScope) protected Collection<? extends Object>findTabu(LocalSearchMoveScope<Solution_> moveScope) Methods inherited from class ai.timefold.solver.core.impl.localsearch.decider.acceptor.tabu.AbstractTabuAcceptor
adjustTabuList, calculateFadingTabuAcceptChance, isAccepted, phaseEnded, phaseStarted, setAspirationEnabled, setAssertTabuHashCodeCorrectness, setFadingTabuSizeStrategy, setTabuSizeStrategy, stepEndedMethods inherited from class ai.timefold.solver.core.impl.localsearch.event.LocalSearchPhaseLifecycleListenerAdapter
stepStartedMethods inherited from class ai.timefold.solver.core.impl.solver.event.SolverLifecycleListenerAdapter
solvingEnded, solvingStartedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.timefold.solver.core.impl.localsearch.event.LocalSearchPhaseLifecycleListener
stepStartedMethods inherited from interface ai.timefold.solver.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingError, solvingStarted
-
Constructor Details
-
ValueTabuAcceptor
-
-
Method Details
-
findTabu
- Specified by:
findTabuin classAbstractTabuAcceptor<Solution_>
-
findNewTabu
- Specified by:
findNewTabuin classAbstractTabuAcceptor<Solution_>
-