Interface PartitionedSearchPhase<Solution_>
-
- Type Parameters:
Solution_
- the solution type, the class with thePlanningSolution
annotation
- All Superinterfaces:
EventListener
,Phase<Solution_>
,PhaseLifecycleListener<Solution_>
,SolverLifecycleListener<Solution_>
- All Known Implementing Classes:
DefaultPartitionedSearchPhase
public interface PartitionedSearchPhase<Solution_> extends Phase<Solution_>
APartitionedSearchPhase
is aPhase
which uses a Partition Search algorithm. It splits thePlanningSolution
into pieces and solves those separately with otherPhase
s.- See Also:
Phase
,AbstractPhase
,DefaultPartitionedSearchPhase
-
-
Method Summary
-
Methods inherited from interface org.optaplanner.core.impl.phase.Phase
addPhaseLifecycleListener, removePhaseLifecycleListener, solve
-
Methods inherited from interface org.optaplanner.core.impl.phase.event.PhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
-
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingStarted
-
-