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 BenchmarkResultModifier and TypeClassDescriptionclassRepresents 1 benchmark for 1Solverconfiguration for 1 problem instance (data set).classRepresents 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 BenchmarkResultModifier and TypeMethodDescriptionstatic double[]StatisticUtils.determineStandardDeviationDoubles(List<? extends BenchmarkResult> benchmarkResultList, org.optaplanner.core.api.score.Score averageScore, int successCount) Calculates standard deviation ofgetAverageScore()s fromaverageScore.