Class AbstractAcceptor<Solution_>
java.lang.Object
org.optaplanner.core.impl.solver.event.SolverLifecycleListenerAdapter<Solution_>
org.optaplanner.core.impl.localsearch.event.LocalSearchPhaseLifecycleListenerAdapter<Solution_>
org.optaplanner.core.impl.localsearch.decider.acceptor.AbstractAcceptor<Solution_>
- All Implemented Interfaces:
EventListener
,Acceptor<Solution_>
,LocalSearchPhaseLifecycleListener<Solution_>
,SolverLifecycleListener<Solution_>
- Direct Known Subclasses:
AbstractTabuAcceptor
,CompositeAcceptor
,GreatDelugeAcceptor
,HillClimbingAcceptor
,LateAcceptanceAcceptor
,SimulatedAnnealingAcceptor
,StepCountingHillClimbingAcceptor
public abstract class AbstractAcceptor<Solution_>
extends LocalSearchPhaseLifecycleListenerAdapter<Solution_>
implements Acceptor<Solution_>
Abstract superclass for
Acceptor
.- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.optaplanner.core.impl.localsearch.event.LocalSearchPhaseLifecycleListenerAdapter
phaseEnded, phaseStarted, stepEnded, 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.decider.acceptor.Acceptor
isAccepted
Methods inherited from interface org.optaplanner.core.impl.localsearch.event.LocalSearchPhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingError, solvingStarted
-
Field Details
-
logger
protected final transient org.slf4j.Logger logger
-
-
Constructor Details
-
AbstractAcceptor
public AbstractAcceptor()
-