Uses of Class
org.optaplanner.benchmark.impl.measurement.ScoreDifferencePercentage
Packages that use ScoreDifferencePercentage
Package
Description
-
Uses of ScoreDifferencePercentage in org.optaplanner.benchmark.impl.measurement
Methods in org.optaplanner.benchmark.impl.measurement that return ScoreDifferencePercentageModifier and TypeMethodDescriptionScoreDifferencePercentage.add(ScoreDifferencePercentage addend) static <Score_ extends org.optaplanner.core.api.score.Score<Score_>>
ScoreDifferencePercentageScoreDifferencePercentage.calculateScoreDifferencePercentage(Score_ baseScore, Score_ valueScore) ScoreDifferencePercentage.divide(double divisor) ScoreDifferencePercentage.multiply(double multiplicand) ScoreDifferencePercentage.subtract(ScoreDifferencePercentage subtrahend) Methods in org.optaplanner.benchmark.impl.measurement with parameters of type ScoreDifferencePercentageModifier and TypeMethodDescriptionScoreDifferencePercentage.add(ScoreDifferencePercentage addend) ScoreDifferencePercentage.subtract(ScoreDifferencePercentage subtrahend) -
Uses of ScoreDifferencePercentage in org.optaplanner.benchmark.impl.result
Methods in org.optaplanner.benchmark.impl.result that return ScoreDifferencePercentageModifier and TypeMethodDescriptionSolverBenchmarkResult.getAverageWorstScoreDifferencePercentage()SingleBenchmarkResult.getWorstScoreDifferencePercentage()Methods in org.optaplanner.benchmark.impl.result with parameters of type ScoreDifferencePercentageModifier and TypeMethodDescriptionvoidSingleBenchmarkResult.setWorstScoreDifferencePercentage(ScoreDifferencePercentage worstScoreDifferencePercentage)