org.optaplanner.core.impl.exhaustivesearch.scope
Class ExhaustiveSearchPhaseScope
java.lang.Object
  
org.optaplanner.core.impl.phase.scope.AbstractPhaseScope
      
org.optaplanner.core.impl.exhaustivesearch.scope.ExhaustiveSearchPhaseScope
public class ExhaustiveSearchPhaseScope
- extends AbstractPhaseScope
 
 
 
 
 
| Methods inherited from class org.optaplanner.core.impl.phase.scope.AbstractPhaseScope | 
assertExpectedUndoMoveScore, assertExpectedWorkingScore, assertWorkingScoreFromScratch, calculatePhaseTimeMillisSpent, calculateScore, calculateSolverTimeMillisSpent, getBestScore, getBestScoreWithUninitializedPrefix, getBestSolutionStepIndex, getNextStepIndex, getPhaseBestSolutionTimeMillis, getScoreDefinition, getScoreDirector, getSolutionDescriptor, getSolverScope, getStartingScore, getStartingSystemTimeMillis, getWorkingEntityCount, getWorkingEntityList, getWorkingRandom, getWorkingSolution, getWorkingValueCount, isBestSolutionInitialized, reset, setBestSolutionStepIndex, toString | 
 
 
ExhaustiveSearchPhaseScope
public ExhaustiveSearchPhaseScope(DefaultSolverScope solverScope)
getLayerList
public List<ExhaustiveSearchLayer> getLayerList()
 
setLayerList
public void setLayerList(List<ExhaustiveSearchLayer> layerList)
 
getExpandableNodeQueue
public SortedSet<ExhaustiveSearchNode> getExpandableNodeQueue()
 
setExpandableNodeQueue
public void setExpandableNodeQueue(SortedSet<ExhaustiveSearchNode> expandableNodeQueue)
 
getBestPessimisticBound
public Score getBestPessimisticBound()
 
setBestPessimisticBound
public void setBestPessimisticBound(Score bestPessimisticBound)
 
getLastCompletedStepScope
public ExhaustiveSearchStepScope getLastCompletedStepScope()
- Specified by:
 getLastCompletedStepScope in class AbstractPhaseScope
 
 
setLastCompletedStepScope
public void setLastCompletedStepScope(ExhaustiveSearchStepScope lastCompletedStepScope)
 
getDepthSize
public int getDepthSize()
 
registerPessimisticBound
public void registerPessimisticBound(Score pessimisticBound)
 
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.