Interface ExhaustiveSearchPhaseLifecycleListener<Solution_>
- Type Parameters:
Solution_
- the solution type, the class with thePlanningSolution
annotation
- All Superinterfaces:
EventListener
,SolverLifecycleListener<Solution_>
- All Known Implementing Classes:
ExhaustiveSearchDecider
public interface ExhaustiveSearchPhaseLifecycleListener<Solution_>
extends SolverLifecycleListener<Solution_>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
phaseEnded
(ExhaustiveSearchPhaseScope<Solution_> phaseScope) void
phaseStarted
(ExhaustiveSearchPhaseScope<Solution_> phaseScope) void
stepEnded
(ExhaustiveSearchStepScope<Solution_> stepScope) void
stepStarted
(ExhaustiveSearchStepScope<Solution_> stepScope) Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingError, solvingStarted
-
Method Details
-
phaseStarted
-
stepStarted
-
stepEnded
-
phaseEnded
-