|
OptaPlanner distribution 6.0.1.Final | |||||||||
| 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<SimpleLongScore>
org.optaplanner.core.impl.score.buildin.simplelong.SimpleLongScoreDefinition
public class SimpleLongScoreDefinition
| Constructor Summary | |
|---|---|
SimpleLongScoreDefinition()
|
|
| Method Summary | |
|---|---|
ScoreHolder |
buildScoreHolder(boolean constraintMatchEnabled)
|
double |
calculateTimeGradient(SimpleLongScore startScore,
SimpleLongScore endScore,
SimpleLongScore score)
See explanation in Termination.calculateSolverTimeGradient(DefaultSolverScope). |
SimpleLongScore |
getPerfectMaximumScore()
The perfect maximum Score is the Score of which there is no better in any problem instance. |
SimpleLongScore |
getPerfectMinimumScore()
The perfect minimum Score is the Score of which there is no worse in any problem instance. |
Class<SimpleLongScore> |
getScoreClass()
Returns the Class of the actual Score implementation |
Score |
parseScore(String scoreString)
Parses the String and returns a Score. |
void |
setPerfectMaximumScore(SimpleLongScore perfectMaximumScore)
|
void |
setPerfectMinimumScore(SimpleLongScore perfectMinimumScore)
|
| 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 SimpleLongScoreDefinition()
| Method Detail |
|---|
public SimpleLongScore getPerfectMaximumScore()
ScoreDefinitionScore is the Score of which there is no better in any problem instance.
This doesn't mean that the current problem instance, or any problem instance for that matter,
could ever attain that Score.
For example, most cases have a perfect maximum Score of zero, as most use cases only have negative
constraints.
getPerfectMaximumScore in interface ScoreDefinition<SimpleLongScore>getPerfectMaximumScore in class AbstractScoreDefinition<SimpleLongScore>public void setPerfectMaximumScore(SimpleLongScore perfectMaximumScore)
public SimpleLongScore getPerfectMinimumScore()
ScoreDefinitionScore is the Score of which there is no worse in any problem instance.
This doesn't mean that the current problem instance, or any problem instance for that matter,
could ever attain such a bad Score.
For example, most cases have a perfect minimum Score of negative infinity.
getPerfectMinimumScore in interface ScoreDefinition<SimpleLongScore>getPerfectMinimumScore in class AbstractScoreDefinition<SimpleLongScore>public void setPerfectMinimumScore(SimpleLongScore perfectMinimumScore)
public Class<SimpleLongScore> getScoreClass()
ScoreDefinitionClass of the actual Score implementation
public Score parseScore(String scoreString)
ScoreDefinitionString and returns a Score.
scoreString - never null
ScoreDefinition.formatScore(Score)
public double calculateTimeGradient(SimpleLongScore startScore,
SimpleLongScore endScore,
SimpleLongScore score)
ScoreDefinitionTermination.calculateSolverTimeGradient(DefaultSolverScope).
startScore - never nullendScore - never nullscore - never null
public ScoreHolder buildScoreHolder(boolean constraintMatchEnabled)
constraintMatchEnabled - true if ScoreHolder.isConstraintMatchEnabled() should be true
|
OptaPlanner distribution 6.0.1.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||