Solution_
- the solution type, the class with the PlanningSolution
annotationpublic interface PartitionedSearchPhase<Solution_> extends Phase<Solution_>
PartitionedSearchPhase
is a Phase
which uses a Partition Search algorithm.
It splits the PlanningSolution
into pieces and solves those separately with other Phase
s.Phase
,
AbstractPhase
,
DefaultPartitionedSearchPhase
addPhaseLifecycleListener, removePhaseLifecycleListener, setSolverPhaseLifecycleSupport, solve
phaseEnded, phaseStarted, stepEnded, stepStarted
solvingEnded, solvingStarted
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.