Class PartitionedSearchPhaseScope<Solution_>
java.lang.Object
org.optaplanner.core.impl.phase.scope.AbstractPhaseScope<Solution_>
org.optaplanner.core.impl.partitionedsearch.scope.PartitionedSearchPhaseScope<Solution_>
- Type Parameters:
 Solution_- the solution type, the class with thePlanningSolutionannotation
- 
Field Summary
Fields inherited from class org.optaplanner.core.impl.phase.scope.AbstractPhaseScope
bestSolutionStepIndex, childThreadsScoreCalculationCount, endingScoreCalculationCount, endingSystemTimeMillis, logger, solverScope, startingScore, startingScoreCalculationCount, startingSystemTimeMillis - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetLastCompletedStepScope(PartitionedSearchStepScope<Solution_> lastCompletedStepScope) voidsetPartCount(Integer partCount) Methods inherited from class org.optaplanner.core.impl.phase.scope.AbstractPhaseScope
addChildThreadsScoreCalculationCount, assertExpectedWorkingScore, assertPredictedScoreFromScratch, assertShadowVariablesAreNotStale, assertWorkingScoreFromScratch, calculatePhaseTimeMillisSpentUpToNow, calculateScore, calculateSolverTimeMillisSpentUpToNow, endingNow, getBestScore, getBestSolutionStepIndex, getEndingSystemTimeMillis, getNextStepIndex, getPhaseBestSolutionTimeMillis, getPhaseScoreCalculationCount, getPhaseScoreCalculationSpeed, getPhaseTimeMillisSpent, getScoreDirector, getSolutionDescriptor, getSolverScope, getStartingScore, getStartingSystemTimeMillis, getWorkingEntityCount, getWorkingRandom, getWorkingSolution, getWorkingValueCount, isBestSolutionInitialized, reset, setBestSolutionStepIndex, startingNow, toString 
- 
Constructor Details
- 
PartitionedSearchPhaseScope
 
 - 
 - 
Method Details
- 
getPartCount
 - 
setPartCount
 - 
getLastCompletedStepScope
- Specified by:
 getLastCompletedStepScopein classAbstractPhaseScope<Solution_>
 - 
setLastCompletedStepScope
 
 -