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.impl
Methods 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.report
Methods 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.result
Methods 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.statistic
Methods 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.bestscore
Methods 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.bestsolutionmutation
Methods 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.memoryuse
Methods 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.movecountperstep
Methods 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.scorecalculationspeed
Methods 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.stepscore
Methods 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.constraintmatchtotalbestscore
Methods 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.constraintmatchtotalstepscore
Methods 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.pickedmovetypebestscore
Methods 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.pickedmovetypestepscore
Methods in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore with parameters of type BenchmarkReportModifier and TypeMethodDescriptionvoidPickedMoveTypeStepScoreDiffSubSingleStatistic.writeGraphFiles(BenchmarkReport benchmarkReport)