Uses of Class
org.optaplanner.benchmark.impl.report.BenchmarkReport
Packages that use BenchmarkReport
Package
Description
Implementation classes of OptaPlanner Benchmark.
- 
Uses of BenchmarkReport in org.optaplanner.benchmark.implMethods in org.optaplanner.benchmark.impl that return BenchmarkReportConstructors in org.optaplanner.benchmark.impl with parameters of type BenchmarkReportModifierConstructorDescriptionDefaultPlannerBenchmark(PlannerBenchmarkResult plannerBenchmarkResult, File benchmarkDirectory, ExecutorService warmUpExecutorService, ExecutorService executorService, BenchmarkReport benchmarkReport) 
- 
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.reportMethods in org.optaplanner.benchmark.impl.report that return BenchmarkReportModifier and TypeMethodDescriptionBenchmarkReportFactory.buildBenchmarkReport(PlannerBenchmarkResult plannerBenchmark) Methods in org.optaplanner.benchmark.impl.report with parameters of type BenchmarkReportModifier and TypeMethodDescriptionprotected voidBenchmarkReportFactory.supplySolverRanking(BenchmarkReport benchmarkReport) 
- 
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.resultMethods in org.optaplanner.benchmark.impl.result with parameters of type BenchmarkReportModifier and TypeMethodDescriptionvoidPlannerBenchmarkResult.accumulateResults(BenchmarkReport benchmarkReport) voidProblemBenchmarkResult.accumulateResults(BenchmarkReport benchmarkReport) voidSingleBenchmarkResult.accumulateResults(BenchmarkReport benchmarkReport) voidSolverBenchmarkResult.accumulateResults(BenchmarkReport benchmarkReport) Does not callSingleBenchmarkResult.accumulateResults(BenchmarkReport), becausePlannerBenchmarkResult.accumulateResults(BenchmarkReport)does that already onPlannerBenchmarkResult.getUnifiedProblemBenchmarkResultList().voidSubSingleBenchmarkResult.accumulateResults(BenchmarkReport benchmarkReport) 
- 
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statisticMethods in org.optaplanner.benchmark.impl.statistic with parameters of type BenchmarkReportModifier and TypeMethodDescriptionvoidProblemStatistic.accumulateResults(BenchmarkReport benchmarkReport) abstract voidProblemStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) abstract voidPureSubSingleStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) 
- 
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.bestscoreMethods in org.optaplanner.benchmark.impl.statistic.bestscore with parameters of type BenchmarkReportModifier and TypeMethodDescriptionvoidBestScoreProblemStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) 
- 
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.bestsolutionmutationMethods in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation with parameters of type BenchmarkReportModifier and TypeMethodDescriptionvoidBestSolutionMutationProblemStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) 
- 
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.memoryuseMethods in org.optaplanner.benchmark.impl.statistic.memoryuse with parameters of type BenchmarkReportModifier and TypeMethodDescriptionvoidMemoryUseProblemStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) 
- 
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.movecountperstepMethods in org.optaplanner.benchmark.impl.statistic.movecountperstep with parameters of type BenchmarkReportModifier and TypeMethodDescriptionvoidMoveCountPerStepProblemStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) 
- 
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.scorecalculationspeedMethods in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed with parameters of type BenchmarkReportModifier and TypeMethodDescriptionvoidScoreCalculationSpeedProblemStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) 
- 
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.stepscoreMethods in org.optaplanner.benchmark.impl.statistic.stepscore with parameters of type BenchmarkReportModifier and TypeMethodDescriptionvoidStepScoreProblemStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) 
- 
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscoreMethods in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore with parameters of type BenchmarkReportModifier and TypeMethodDescriptionvoidConstraintMatchTotalBestScoreSubSingleStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) 
- 
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscoreMethods in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore with parameters of type BenchmarkReportModifier and TypeMethodDescriptionvoidConstraintMatchTotalStepScoreSubSingleStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) 
- 
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscoreMethods in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore with parameters of type BenchmarkReportModifier and TypeMethodDescriptionvoidPickedMoveTypeBestScoreDiffSubSingleStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) 
- 
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscoreMethods in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore with parameters of type BenchmarkReportModifier and TypeMethodDescriptionvoidPickedMoveTypeStepScoreDiffSubSingleStatistic.writeGraphFiles(BenchmarkReport benchmarkReport)