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 void
BenchmarkReportFactory.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 TypeMethodDescriptionvoid
PlannerBenchmarkResult.accumulateResults
(BenchmarkReport benchmarkReport) void
ProblemBenchmarkResult.accumulateResults
(BenchmarkReport benchmarkReport) void
SingleBenchmarkResult.accumulateResults
(BenchmarkReport benchmarkReport) void
SolverBenchmarkResult.accumulateResults
(BenchmarkReport benchmarkReport) Does not callSingleBenchmarkResult.accumulateResults(BenchmarkReport)
, becausePlannerBenchmarkResult.accumulateResults(BenchmarkReport)
does that already onPlannerBenchmarkResult.getUnifiedProblemBenchmarkResultList()
.void
SubSingleBenchmarkResult.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 TypeMethodDescriptionvoid
ProblemStatistic.accumulateResults
(BenchmarkReport benchmarkReport) abstract void
ProblemStatistic.writeGraphFiles
(BenchmarkReport benchmarkReport) abstract void
PureSubSingleStatistic.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 TypeMethodDescriptionvoid
BestScoreProblemStatistic.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 TypeMethodDescriptionvoid
BestSolutionMutationProblemStatistic.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 TypeMethodDescriptionvoid
MemoryUseProblemStatistic.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 TypeMethodDescriptionvoid
MoveCountPerStepProblemStatistic.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 TypeMethodDescriptionvoid
ScoreCalculationSpeedProblemStatistic.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 TypeMethodDescriptionvoid
StepScoreProblemStatistic.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 TypeMethodDescriptionvoid
ConstraintMatchTotalBestScoreSubSingleStatistic.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 TypeMethodDescriptionvoid
ConstraintMatchTotalStepScoreSubSingleStatistic.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 TypeMethodDescriptionvoid
PickedMoveTypeBestScoreDiffSubSingleStatistic.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 TypeMethodDescriptionvoid
PickedMoveTypeStepScoreDiffSubSingleStatistic.writeGraphFiles
(BenchmarkReport benchmarkReport)