|
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<BendableScore>
org.optaplanner.core.impl.score.buildin.bendable.BendableScoreDefinition
public class BendableScoreDefinition
| Constructor Summary | |
|---|---|
BendableScoreDefinition(int hardLevelCount,
int softLevelCount)
|
|
| Method Summary | |
|---|---|
BendableScore |
buildOptimisticBound(InitializingScoreTrend initializingScoreTrend,
BendableScore score)
Builds a Score which is equal or better than any other Score with more variables initialized
(while the already variables don't change). |
BendableScore |
buildPessimisticBound(InitializingScoreTrend initializingScoreTrend,
BendableScore score)
Builds a Score which is equal or worse than any other Score with more variables initialized
(while the already variables don't change). |
BendableScoreHolder |
buildScoreHolder(boolean constraintMatchEnabled)
Used by DroolsScoreDirector. |
double |
calculateTimeGradient(BendableScore startScore,
BendableScore endScore,
BendableScore score)
See explanation in Termination.calculateSolverTimeGradient(DefaultSolverScope). |
BendableScore |
createScore(int... scores)
|
int |
getHardLevelCount()
|
int |
getLevelCount()
|
double |
getRecursiveTimeGradientWeight()
|
Class<BendableScore> |
getScoreClass()
Returns the Class of the actual Score implementation |
int |
getSoftLevelCount()
|
BendableScore |
parseScore(String scoreString)
Parses the String and returns a Score. |
void |
setRecursiveTimeGradientWeight(double recursiveTimeGradientWeight)
It's recommended to use a number which can be exactly represented as a double, such as 0.5, 0.25, 0.75, 0.125, ... but not 0.1, 0.2, ... |
| 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 BendableScoreDefinition(int hardLevelCount,
int softLevelCount)
| Method Detail |
|---|
public int getHardLevelCount()
public int getSoftLevelCount()
public double getRecursiveTimeGradientWeight()
public void setRecursiveTimeGradientWeight(double recursiveTimeGradientWeight)
recursiveTimeGradientWeight - 0.0 <= recursiveTimeGradientWeight <= 1.0public int getLevelCount()
public Class<BendableScore> getScoreClass()
ScoreDefinitionClass of the actual Score implementation
public BendableScore parseScore(String scoreString)
ScoreDefinitionString and returns a Score.
scoreString - never null
ScoreDefinition.formatScore(Score)public BendableScore createScore(int... scores)
public double calculateTimeGradient(BendableScore startScore,
BendableScore endScore,
BendableScore score)
ScoreDefinitionTermination.calculateSolverTimeGradient(DefaultSolverScope).
startScore - never nullendScore - never nullscore - never null
public BendableScoreHolder buildScoreHolder(boolean constraintMatchEnabled)
ScoreDefinitionDroolsScoreDirector.
constraintMatchEnabled - true if ScoreHolder.isConstraintMatchEnabled() should be true
public BendableScore buildOptimisticBound(InitializingScoreTrend initializingScoreTrend,
BendableScore 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 BendableScore buildPessimisticBound(InitializingScoreTrend initializingScoreTrend,
BendableScore 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 | |||||||||