Class AbstractStepScope<Solution_>
java.lang.Object
org.optaplanner.core.impl.phase.scope.AbstractStepScope<Solution_>
- Type Parameters:
Solution_- the solution type, the class with thePlanningSolutionannotation
- Direct Known Subclasses:
ConstructionHeuristicStepScope,CustomStepScope,ExhaustiveSearchStepScope,LocalSearchStepScope,PartitionedSearchStepScope
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract AbstractPhaseScope<Solution_>Score<?>getScore()<Score_ extends Score<Score_>>
InnerScoreDirector<Solution_,Score_> intvoidsetBestScoreImproved(Boolean bestScoreImproved) voidsetClonedSolution(Solution_ clonedSolution) voidtoString()
-
Field Details
-
stepIndex
protected final int stepIndex -
score
-
bestScoreImproved
-
clonedSolution
-
-
Constructor Details
-
AbstractStepScope
public AbstractStepScope(int stepIndex)
-
-
Method Details