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 TypeMethodDescriptionbooleanabstract AbstractPhaseScope<Solution_>Score<?>getScore()<Score_ extends Score<Score_>>
InnerScoreDirector<Solution_,Score_> intvoidsetBestScoreImproved(Boolean bestScoreImproved) voidtoString()
-
Field Details
-
stepIndex
protected final int stepIndex -
score
-
bestScoreImproved
protected boolean bestScoreImproved -
clonedSolution
-
-
Constructor Details
-
AbstractStepScope
public AbstractStepScope(int stepIndex)
-
-
Method Details