OptaPlanner distribution 6.0.2-SNAPSHOT

Uses of Class
org.optaplanner.benchmark.impl.measurement.ScoreDifferencePercentage

Packages that use ScoreDifferencePercentage
org.optaplanner.benchmark.impl   
org.optaplanner.benchmark.impl.measurement   
 

Uses of ScoreDifferencePercentage in org.optaplanner.benchmark.impl
 

Methods in org.optaplanner.benchmark.impl that return ScoreDifferencePercentage
 ScoreDifferencePercentage SolverBenchmark.getAverageWorstScoreDifferencePercentage()
           
 ScoreDifferencePercentage SingleBenchmark.getWorstScoreDifferencePercentage()
           
 

Methods in org.optaplanner.benchmark.impl with parameters of type ScoreDifferencePercentage
 void SingleBenchmark.setWorstScoreDifferencePercentage(ScoreDifferencePercentage worstScoreDifferencePercentage)
           
 

Uses of ScoreDifferencePercentage in org.optaplanner.benchmark.impl.measurement
 

Methods in org.optaplanner.benchmark.impl.measurement that return ScoreDifferencePercentage
 ScoreDifferencePercentage ScoreDifferencePercentage.add(ScoreDifferencePercentage augment)
           
static
<S extends Score>
ScoreDifferencePercentage
ScoreDifferencePercentage.calculateScoreDifferencePercentage(Score<S> baseScore, Score<S> valueScore)
           
 ScoreDifferencePercentage ScoreDifferencePercentage.divide(double divisor)
           
 ScoreDifferencePercentage ScoreDifferencePercentage.multiply(double multiplicand)
           
 ScoreDifferencePercentage ScoreDifferencePercentage.subtract(ScoreDifferencePercentage subtrahend)
           
 

Methods in org.optaplanner.benchmark.impl.measurement with parameters of type ScoreDifferencePercentage
 ScoreDifferencePercentage ScoreDifferencePercentage.add(ScoreDifferencePercentage augment)
           
 ScoreDifferencePercentage ScoreDifferencePercentage.subtract(ScoreDifferencePercentage subtrahend)
           
 


OptaPlanner distribution 6.0.2-SNAPSHOT

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.