Solution_
- the solution type, the class with the PlanningSolution
annotationpublic class PartitionedSearchPhaseScope<Solution_> extends AbstractPhaseScope<Solution_>
bestSolutionStepIndex, childThreadsScoreCalculationCount, endingScoreCalculationCount, endingSystemTimeMillis, logger, solverScope, startingScore, startingScoreCalculationCount, startingSystemTimeMillis
Constructor and Description |
---|
PartitionedSearchPhaseScope(DefaultSolverScope<Solution_> solverScope) |
Modifier and Type | Method and Description |
---|---|
PartitionedSearchStepScope<Solution_> |
getLastCompletedStepScope() |
Integer |
getPartCount() |
void |
setLastCompletedStepScope(PartitionedSearchStepScope<Solution_> lastCompletedStepScope) |
void |
setPartCount(Integer partCount) |
addChildThreadsScoreCalculationCount, assertExpectedWorkingScore, assertPredictedScoreFromScratch, assertShadowVariablesAreNotStale, assertWorkingScoreFromScratch, calculatePhaseTimeMillisSpentUpToNow, calculateScore, calculateSolverTimeMillisSpentUpToNow, endingNow, getBestScore, getBestSolutionStepIndex, getEndingSystemTimeMillis, getNextStepIndex, getPhaseBestSolutionTimeMillis, getPhaseScoreCalculationCount, getPhaseScoreCalculationSpeed, getPhaseTimeMillisSpent, getScoreDefinition, getScoreDirector, getSolutionDescriptor, getSolverScope, getStartingScore, getStartingSystemTimeMillis, getWorkingEntityCount, getWorkingEntityList, getWorkingRandom, getWorkingSolution, getWorkingValueCount, isBestSolutionInitialized, reset, setBestSolutionStepIndex, startingNow, toString
public PartitionedSearchPhaseScope(DefaultSolverScope<Solution_> solverScope)
public Integer getPartCount()
public void setPartCount(Integer partCount)
public PartitionedSearchStepScope<Solution_> getLastCompletedStepScope()
getLastCompletedStepScope
in class AbstractPhaseScope<Solution_>
public void setLastCompletedStepScope(PartitionedSearchStepScope<Solution_> lastCompletedStepScope)
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.