Class ExhaustiveSearchStepScope<Solution_>
java.lang.Object
org.optaplanner.core.impl.phase.scope.AbstractStepScope<Solution_>
org.optaplanner.core.impl.exhaustivesearch.scope.ExhaustiveSearchStepScope<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
ConstructorDescriptionExhaustiveSearchStepScope
(ExhaustiveSearchPhaseScope<Solution_> phaseScope) ExhaustiveSearchStepScope
(ExhaustiveSearchPhaseScope<Solution_> phaseScope, int stepIndex) -
Method Summary
Modifier and TypeMethodDescriptionlong
int
getDepth()
void
setExpandingNode
(ExhaustiveSearchNode expandingNode) void
setSelectedMoveCount
(Long selectedMoveCount) 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
-
ExhaustiveSearchStepScope
-
ExhaustiveSearchStepScope
-
-
Method Details
-
getPhaseScope
- Specified by:
getPhaseScope
in classAbstractStepScope<Solution_>
-
getExpandingNode
-
setExpandingNode
-
getStartingStepScore
-
getSelectedMoveCount
-
setSelectedMoveCount
-
getDepth
public int getDepth() -
getBreadth
public long getBreadth() -
getTreeId
-