Solution_
- the solution type, the class with the PlanningSolution
annotationpublic class ConstructionHeuristicPhaseScope<Solution_> extends AbstractPhaseScope<Solution_>
bestSolutionStepIndex, childThreadsScoreCalculationCount, endingScoreCalculationCount, endingSystemTimeMillis, logger, solverScope, startingScore, startingScoreCalculationCount, startingSystemTimeMillis
Constructor and Description |
---|
ConstructionHeuristicPhaseScope(DefaultSolverScope<Solution_> solverScope) |
Modifier and Type | Method and Description |
---|---|
ConstructionHeuristicStepScope<Solution_> |
getLastCompletedStepScope() |
void |
setLastCompletedStepScope(ConstructionHeuristicStepScope<Solution_> lastCompletedStepScope) |
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 ConstructionHeuristicPhaseScope(DefaultSolverScope<Solution_> solverScope)
public ConstructionHeuristicStepScope<Solution_> getLastCompletedStepScope()
getLastCompletedStepScope
in class AbstractPhaseScope<Solution_>
public void setLastCompletedStepScope(ConstructionHeuristicStepScope<Solution_> lastCompletedStepScope)
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.