Interface PartitionedSearchPhase<Solution_>

Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
All Superinterfaces:
EventListener, Phase<Solution_>, PhaseLifecycleListener<Solution_>, SolverLifecycleListener<Solution_>
All Known Implementing Classes:
DefaultPartitionedSearchPhase

public interface PartitionedSearchPhase<Solution_> extends Phase<Solution_>
A PartitionedSearchPhase is a Phase which uses a Partition Search algorithm. It splits the PlanningSolution into pieces and solves those separately with other Phases.
See Also: