Uses of Interface
org.optaplanner.benchmark.impl.result.BenchmarkResult
Packages that use BenchmarkResult
-
Uses of BenchmarkResult in org.optaplanner.benchmark.impl.result
Classes in org.optaplanner.benchmark.impl.result that implement BenchmarkResult -
Uses of BenchmarkResult in org.optaplanner.benchmark.impl.statistic
Method parameters in org.optaplanner.benchmark.impl.statistic with type arguments of type BenchmarkResultModifier and TypeMethodDescriptionstatic double[]
StatisticUtils.determineStandardDeviationDoubles
(List<? extends BenchmarkResult> benchmarkResultList, Score averageScore, int successCount) Calculates standard deviation ofgetAverageScore()
s fromaverageScore
.