Uses of Interface
org.optaplanner.core.impl.localsearch.decider.acceptor.Acceptor
Package
Description
-
Uses of Acceptor in org.optaplanner.core.impl.localsearch
Modifier and TypeMethodDescriptionDefaultLocalSearchPhaseFactory.buildAcceptor
(HeuristicConfigPolicy<Solution_> configPolicy) -
Uses of Acceptor in org.optaplanner.core.impl.localsearch.decider
ModifierConstructorDescriptionLocalSearchDecider
(String logIndentation, Termination<Solution_> termination, MoveSelector<Solution_> moveSelector, Acceptor<Solution_> acceptor, LocalSearchForager<Solution_> forager) MultiThreadedLocalSearchDecider
(String logIndentation, Termination<Solution_> termination, MoveSelector<Solution_> moveSelector, Acceptor<Solution_> acceptor, LocalSearchForager<Solution_> forager, ThreadFactory threadFactory, int moveThreadCount, int selectedMoveBufferSize) -
Uses of Acceptor in org.optaplanner.core.impl.localsearch.decider.acceptor
Modifier and TypeClassDescriptionclass
AbstractAcceptor<Solution_>
Abstract superclass forAcceptor
.class
CompositeAcceptor<Solution_>
Combines several acceptors into one.Modifier and TypeMethodDescriptionAcceptorFactory.buildAcceptor
(HeuristicConfigPolicy<Solution_> configPolicy) -
Uses of Acceptor in org.optaplanner.core.impl.localsearch.decider.acceptor.greatdeluge
-
Uses of Acceptor in org.optaplanner.core.impl.localsearch.decider.acceptor.hillclimbing
-
Uses of Acceptor in org.optaplanner.core.impl.localsearch.decider.acceptor.lateacceptance
-
Uses of Acceptor in org.optaplanner.core.impl.localsearch.decider.acceptor.simulatedannealing
Modifier and TypeClassDescriptionclass
SimulatedAnnealingAcceptor<Solution_>
The time gradient implementation of simulated annealing. -
Uses of Acceptor in org.optaplanner.core.impl.localsearch.decider.acceptor.stepcountinghillclimbing
-
Uses of Acceptor in org.optaplanner.core.impl.localsearch.decider.acceptor.tabu
Modifier and TypeClassDescriptionclass
AbstractTabuAcceptor<Solution_>
Abstract superclass for all Tabu Acceptors.class
EntityTabuAcceptor<Solution_>
class
MoveTabuAcceptor<Solution_>
class
ValueTabuAcceptor<Solution_>