Uses of Interface
org.optaplanner.benchmark.impl.result.BenchmarkResult
- 
Packages that use BenchmarkResult Package Description org.optaplanner.benchmark.impl.result org.optaplanner.benchmark.impl.statistic  - 
- 
Uses of BenchmarkResult in org.optaplanner.benchmark.impl.result
Classes in org.optaplanner.benchmark.impl.result that implement BenchmarkResult Modifier and Type Class Description classSingleBenchmarkResultRepresents 1 benchmark for 1Solverconfiguration for 1 problem instance (data set).classSubSingleBenchmarkResultRepresents 1 benchmark run for 1 Single Benchmark configuration for 1Solverconfiguration for 1 problem instance (data set). - 
Uses of BenchmarkResult in org.optaplanner.benchmark.impl.statistic
Method parameters in org.optaplanner.benchmark.impl.statistic with type arguments of type BenchmarkResult Modifier and Type Method Description static double[]StatisticUtils. determineStandardDeviationDoubles(List<? extends BenchmarkResult> benchmarkResultList, Score averageScore, int successCount)Calculates standard deviation ofgetAverageScore()s fromaverageScore. 
 -