Uses of Class
org.optaplanner.benchmark.impl.measurement.ScoreDifferencePercentage
-
Packages that use ScoreDifferencePercentage Package Description org.optaplanner.benchmark.impl.measurement org.optaplanner.benchmark.impl.result -
-
Uses of ScoreDifferencePercentage in org.optaplanner.benchmark.impl.measurement
Methods in org.optaplanner.benchmark.impl.measurement that return ScoreDifferencePercentage Modifier and Type Method Description ScoreDifferencePercentageScoreDifferencePercentage. add(ScoreDifferencePercentage addend)static <Score_ extends Score<Score_>>
ScoreDifferencePercentageScoreDifferencePercentage. calculateScoreDifferencePercentage(Score_ baseScore, Score_ valueScore)ScoreDifferencePercentageScoreDifferencePercentage. divide(double divisor)ScoreDifferencePercentageScoreDifferencePercentage. multiply(double multiplicand)ScoreDifferencePercentageScoreDifferencePercentage. subtract(ScoreDifferencePercentage subtrahend)Methods in org.optaplanner.benchmark.impl.measurement with parameters of type ScoreDifferencePercentage Modifier and Type Method Description ScoreDifferencePercentageScoreDifferencePercentage. add(ScoreDifferencePercentage addend)ScoreDifferencePercentageScoreDifferencePercentage. subtract(ScoreDifferencePercentage subtrahend) -
Uses of ScoreDifferencePercentage in org.optaplanner.benchmark.impl.result
Methods in org.optaplanner.benchmark.impl.result that return ScoreDifferencePercentage Modifier and Type Method Description ScoreDifferencePercentageSolverBenchmarkResult. getAverageWorstScoreDifferencePercentage()ScoreDifferencePercentageSingleBenchmarkResult. getWorstScoreDifferencePercentage()Methods in org.optaplanner.benchmark.impl.result with parameters of type ScoreDifferencePercentage Modifier and Type Method Description voidSingleBenchmarkResult. setWorstScoreDifferencePercentage(ScoreDifferencePercentage worstScoreDifferencePercentage)
-