|
OptaPlanner distribution 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InnerScoreDirectorFactory
| Method Summary | |
|---|---|
void |
assertScoreFromScratch(Solution solution)
Asserts that if the Score is calculated for the parameter solution,
it would be equal to the Solution.getScore() of that parameter. |
InnerScoreDirector |
buildScoreDirector()
Creates a new ScoreDirector instance. |
InnerScoreDirector |
buildScoreDirector(boolean constraintMatchEnabledPreference)
Like buildScoreDirector(), but optionally disables ConstraintMatch tracking
for more performance (presuming the ScoreDirector implementation actually supports it to begin with). |
InitializingScoreTrend |
getInitializingScoreTrend()
|
ScoreDefinition |
getScoreDefinition()
|
SolutionDescriptor |
getSolutionDescriptor()
|
| Method Detail |
|---|
SolutionDescriptor getSolutionDescriptor()
ScoreDefinition getScoreDefinition()
InnerScoreDirector buildScoreDirector()
ScoreDirectorFactoryScoreDirector instance.
buildScoreDirector in interface ScoreDirectorFactoryInnerScoreDirector buildScoreDirector(boolean constraintMatchEnabledPreference)
buildScoreDirector(), but optionally disables ConstraintMatch tracking
for more performance (presuming the ScoreDirector implementation actually supports it to begin with).
constraintMatchEnabledPreference - false if a ScoreDirector implementation
should not do ConstraintMatch tracking even if it supports it.
ScoreDirector.isConstraintMatchEnabled(),
ScoreDirector.getConstraintMatchTotals()InitializingScoreTrend getInitializingScoreTrend()
void assertScoreFromScratch(Solution solution)
Score is calculated for the parameter solution,
it would be equal to the Solution.getScore() of that parameter.
solution - never nullInnerScoreDirector.assertWorkingScoreFromScratch(Score, Object)
|
OptaPlanner distribution 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||