|
OptaPlanner distribution 6.1.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.optaplanner.core.impl.score.definition.AbstractScoreDefinition<SimpleScore>
org.optaplanner.core.impl.score.buildin.simple.SimpleScoreDefinition
public class SimpleScoreDefinition
| Constructor Summary | |
|---|---|
SimpleScoreDefinition()
|
|
| Method Summary | |
|---|---|
SimpleScore |
buildOptimisticBound(InitializingScoreTrend initializingScoreTrend,
SimpleScore score)
Builds a Score which is equal or better than any other Score with more variables initialized
(while the already variables don't change). |
SimpleScore |
buildPessimisticBound(InitializingScoreTrend initializingScoreTrend,
SimpleScore score)
Builds a Score which is equal or worse than any other Score with more variables initialized
(while the already variables don't change). |
SimpleScoreHolder |
buildScoreHolder(boolean constraintMatchEnabled)
Used by DroolsScoreDirector. |
double |
calculateTimeGradient(SimpleScore startScore,
SimpleScore endScore,
SimpleScore score)
See explanation in Termination.calculateSolverTimeGradient(DefaultSolverScope). |
int |
getLevelCount()
|
Class<SimpleScore> |
getScoreClass()
Returns the Class of the actual Score implementation |
SimpleScore |
parseScore(String scoreString)
Parses the String and returns a Score. |
| Methods inherited from class org.optaplanner.core.impl.score.definition.AbstractScoreDefinition |
|---|
formatScore |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleScoreDefinition()
| Method Detail |
|---|
public int getLevelCount()
public Class<SimpleScore> getScoreClass()
ScoreDefinitionClass of the actual Score implementation
public SimpleScore parseScore(String scoreString)
ScoreDefinitionString and returns a Score.
scoreString - never null
ScoreDefinition.formatScore(Score)
public double calculateTimeGradient(SimpleScore startScore,
SimpleScore endScore,
SimpleScore score)
ScoreDefinitionTermination.calculateSolverTimeGradient(DefaultSolverScope).
startScore - never nullendScore - never nullscore - never null
public SimpleScoreHolder buildScoreHolder(boolean constraintMatchEnabled)
ScoreDefinitionDroolsScoreDirector.
constraintMatchEnabled - true if ScoreHolder.isConstraintMatchEnabled() should be true
public SimpleScore buildOptimisticBound(InitializingScoreTrend initializingScoreTrend,
SimpleScore score)
ScoreDefinitionScore which is equal or better than any other Score with more variables initialized
(while the already variables don't change).
initializingScoreTrend - never null, with InitializingScoreTrend.getLevelCount()
equal to ScoreDefinition.getLevelCount().score - never null
public SimpleScore buildPessimisticBound(InitializingScoreTrend initializingScoreTrend,
SimpleScore score)
ScoreDefinitionScore which is equal or worse than any other Score with more variables initialized
(while the already variables don't change).
initializingScoreTrend - never null, with InitializingScoreTrend.getLevelCount()
equal to ScoreDefinition.getLevelCount().score - never null
|
OptaPlanner distribution 6.1.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||