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