org.optaplanner.core.impl.bruteforce.scope
public class BruteForceStepScope extends AbstractStepScope
bestScoreImproved, clonedSolution, score, stepIndex
Constructor and Description |
---|
BruteForceStepScope(BruteForceSolverPhaseScope phaseScope) |
BruteForceStepScope(BruteForceSolverPhaseScope phaseScope,
int stepIndex) |
Modifier and Type | Method and Description |
---|---|
BruteForceSolverPhaseScope |
getPhaseScope() |
int |
getUninitializedVariableCount() |
boolean |
isBestSolutionCloningDelayed() |
createOrGetClonedSolution, getBestScoreImproved, getClonedSolution, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, hasNoUninitializedVariables, setBestScoreImproved, setClonedSolution, setScore, toString
public BruteForceStepScope(BruteForceSolverPhaseScope phaseScope)
public BruteForceStepScope(BruteForceSolverPhaseScope phaseScope, int stepIndex)
public BruteForceSolverPhaseScope getPhaseScope()
getPhaseScope
in class AbstractStepScope
public boolean isBestSolutionCloningDelayed()
isBestSolutionCloningDelayed
in class AbstractStepScope
public int getUninitializedVariableCount()
getUninitializedVariableCount
in class AbstractStepScope
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.