|
OptaPlanner distribution 6.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SimpleScore in org.optaplanner.core.api.score.buildin.simple |
---|
Methods in org.optaplanner.core.api.score.buildin.simple that return SimpleScore | |
---|---|
SimpleScore |
SimpleScore.add(SimpleScore augment)
|
SimpleScore |
SimpleScore.divide(double divisor)
|
SimpleScore |
SimpleScore.multiply(double multiplicand)
|
static SimpleScore |
SimpleScore.parseScore(String scoreString)
|
SimpleScore |
SimpleScore.power(double exponent)
|
SimpleScore |
SimpleScore.subtract(SimpleScore subtrahend)
|
static SimpleScore |
SimpleScore.valueOf(int score)
|
Methods in org.optaplanner.core.api.score.buildin.simple with parameters of type SimpleScore | |
---|---|
SimpleScore |
SimpleScore.add(SimpleScore augment)
|
int |
SimpleScore.compareTo(SimpleScore other)
|
SimpleScore |
SimpleScore.subtract(SimpleScore subtrahend)
|
Uses of SimpleScore in org.optaplanner.core.impl.score.buildin.simple |
---|
Methods in org.optaplanner.core.impl.score.buildin.simple that return SimpleScore | |
---|---|
SimpleScore |
SimpleScoreDefinition.getPerfectMaximumScore()
|
SimpleScore |
SimpleScoreDefinition.getPerfectMinimumScore()
|
Methods in org.optaplanner.core.impl.score.buildin.simple that return types with arguments of type SimpleScore | |
---|---|
Class<SimpleScore> |
SimpleScoreDefinition.getScoreClass()
|
Methods in org.optaplanner.core.impl.score.buildin.simple with parameters of type SimpleScore | |
---|---|
double |
SimpleScoreDefinition.calculateTimeGradient(SimpleScore startScore,
SimpleScore endScore,
SimpleScore score)
|
void |
SimpleScoreDefinition.setPerfectMaximumScore(SimpleScore perfectMaximumScore)
|
void |
SimpleScoreDefinition.setPerfectMinimumScore(SimpleScore perfectMinimumScore)
|
Uses of SimpleScore in org.optaplanner.examples.manners2009.domain |
---|
Methods in org.optaplanner.examples.manners2009.domain that return SimpleScore | |
---|---|
SimpleScore |
Manners2009.getScore()
|
Methods in org.optaplanner.examples.manners2009.domain with parameters of type SimpleScore | |
---|---|
void |
Manners2009.setScore(SimpleScore score)
|
Uses of SimpleScore in org.optaplanner.examples.nqueens.domain |
---|
Methods in org.optaplanner.examples.nqueens.domain that return SimpleScore | |
---|---|
SimpleScore |
NQueens.getScore()
|
Methods in org.optaplanner.examples.nqueens.domain with parameters of type SimpleScore | |
---|---|
void |
NQueens.setScore(SimpleScore score)
|
Uses of SimpleScore in org.optaplanner.examples.nqueens.solver.score |
---|
Methods in org.optaplanner.examples.nqueens.solver.score that return SimpleScore | |
---|---|
SimpleScore |
NQueensBasicIncrementalScoreCalculator.calculateScore()
|
SimpleScore |
NQueensAdvancedIncrementalScoreCalculator.calculateScore()
|
SimpleScore |
NQueensSimpleScoreCalculator.calculateScore(NQueens nQueens)
|
Uses of SimpleScore in org.optaplanner.examples.tsp.domain |
---|
Methods in org.optaplanner.examples.tsp.domain that return SimpleScore | |
---|---|
SimpleScore |
TravelingSalesmanTour.getScore()
|
Methods in org.optaplanner.examples.tsp.domain with parameters of type SimpleScore | |
---|---|
void |
TravelingSalesmanTour.setScore(SimpleScore score)
|
Uses of SimpleScore in org.optaplanner.examples.tsp.solver.score |
---|
Methods in org.optaplanner.examples.tsp.solver.score that return SimpleScore | |
---|---|
SimpleScore |
TspIncrementalScoreCalculator.calculateScore()
|
SimpleScore |
TspSimpleScoreCalculator.calculateScore(TravelingSalesmanTour tour)
|
|
OptaPlanner distribution 6.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |