Interface ConstructionHeuristicPhaseLifecycleListener<Solution_>
- Type Parameters:
Solution_- the solution type, the class with thePlanningSolutionannotation
- All Superinterfaces:
EventListener,SolverLifecycleListener<Solution_>
- All Known Subinterfaces:
ConstructionHeuristicForager<Solution_>
- All Known Implementing Classes:
AbstractConstructionHeuristicForager,ConstructionHeuristicPhaseLifecycleListenerAdapter,DefaultConstructionHeuristicForager
public interface ConstructionHeuristicPhaseLifecycleListener<Solution_>
extends SolverLifecycleListener<Solution_>
-
Method Summary
Modifier and TypeMethodDescriptionvoidphaseEnded(ConstructionHeuristicPhaseScope<Solution_> phaseScope) voidphaseStarted(ConstructionHeuristicPhaseScope<Solution_> phaseScope) voidstepEnded(ConstructionHeuristicStepScope<Solution_> stepScope) voidstepStarted(ConstructionHeuristicStepScope<Solution_> stepScope) Methods inherited from interface ai.timefold.solver.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingError, solvingStarted
-
Method Details
-
phaseStarted
-
stepStarted
-
stepEnded
-
phaseEnded
-