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
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.optaplanner.core.impl.localsearch.event.LocalSearchPhaseLifecycleListenerAdapter
phaseEnded, phaseStarted, stepEnded, stepStartedMethods inherited from class org.optaplanner.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 org.optaplanner.core.impl.localsearch.decider.acceptor.Acceptor
isAcceptedMethods inherited from interface org.optaplanner.core.impl.localsearch.event.LocalSearchPhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStartedMethods 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()
-