Interface Acceptor<Solution_>

All Superinterfaces:
EventListener, LocalSearchPhaseLifecycleListener<Solution_>, SolverLifecycleListener<Solution_>
All Known Implementing Classes:
AbstractAcceptor, AbstractTabuAcceptor, CompositeAcceptor, EntityTabuAcceptor, GreatDelugeAcceptor, HillClimbingAcceptor, LateAcceptanceAcceptor, MoveTabuAcceptor, SimulatedAnnealingAcceptor, StepCountingHillClimbingAcceptor, ValueTabuAcceptor

public interface Acceptor<Solution_> extends LocalSearchPhaseLifecycleListener<Solution_>
An Acceptor accepts or rejects a selected Move. Note that the LocalSearchForager can still ignore the advice of the Acceptor.
See Also:
  • Method Details