Interface LocalSearchPhaseLifecycleListener<Solution_>
- Type Parameters:
Solution_
- the solution type, the class with thePlanningSolution
annotation
- All Superinterfaces:
EventListener
,SolverLifecycleListener<Solution_>
- All Known Subinterfaces:
Acceptor<Solution_>
,FinalistPodium<Solution_>
,LocalSearchForager<Solution_>
- All Known Implementing Classes:
AbstractAcceptor
,AbstractFinalistPodium
,AbstractLocalSearchForager
,AbstractTabuAcceptor
,AcceptedLocalSearchForager
,CompositeAcceptor
,DefaultLocalSearchPhase
,EntityTabuAcceptor
,GreatDelugeAcceptor
,HighestScoreFinalistPodium
,HillClimbingAcceptor
,LateAcceptanceAcceptor
,LocalSearchPhaseLifecycleListenerAdapter
,MoveTabuAcceptor
,SimulatedAnnealingAcceptor
,StepCountingHillClimbingAcceptor
,StrategicOscillationByLevelFinalistPodium
,ValueTabuAcceptor
public interface LocalSearchPhaseLifecycleListener<Solution_>
extends SolverLifecycleListener<Solution_>
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
phaseEnded
(LocalSearchPhaseScope<Solution_> phaseScope) void
phaseStarted
(LocalSearchPhaseScope<Solution_> phaseScope) void
stepEnded
(LocalSearchStepScope<Solution_> stepScope) void
stepStarted
(LocalSearchStepScope<Solution_> stepScope) Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingError, solvingStarted
-
Method Details
-
phaseStarted
-
stepStarted
-
stepEnded
-
phaseEnded
-