Class PartitionedSearchStepScope<Solution_>
java.lang.Object
org.optaplanner.core.impl.phase.scope.AbstractStepScope<Solution_>
org.optaplanner.core.impl.partitionedsearch.scope.PartitionedSearchStepScope<Solution_>
- Type Parameters:
Solution_
- the solution type, the class with thePlanningSolution
annotation
-
Field Summary
Fields inherited from class org.optaplanner.core.impl.phase.scope.AbstractStepScope
bestScoreImproved, clonedSolution, score, stepIndex
-
Constructor Summary
ConstructorDescriptionPartitionedSearchStepScope
(PartitionedSearchPhaseScope<Solution_> phaseScope, int stepIndex) -
Method Summary
Modifier and TypeMethodDescriptiongetStep()
void
setStep
(PartitionChangeMove<Solution_> step) void
setStepString
(String stepString) Methods inherited from class org.optaplanner.core.impl.phase.scope.AbstractStepScope
createOrGetClonedSolution, getBestScoreImproved, getClonedSolution, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, setBestScoreImproved, setClonedSolution, setScore, toString
-
Constructor Details
-
PartitionedSearchStepScope
-
PartitionedSearchStepScope
-
-
Method Details
-
getPhaseScope
- Specified by:
getPhaseScope
in classAbstractStepScope<Solution_>
-
getStep
-
setStep
-
getStepString
- Returns:
- null if logging level is too high
-
setStepString
-