Uses of Class
org.optaplanner.benchmark.impl.report.BenchmarkReport
Package
Description
Implementation classes of OptaPlanner Benchmark.
-
Uses of BenchmarkReport in org.optaplanner.benchmark.impl
ModifierConstructorDescriptionDefaultPlannerBenchmark
(PlannerBenchmarkResult plannerBenchmarkResult, File benchmarkDirectory, ExecutorService warmUpExecutorService, ExecutorService executorService, BenchmarkReport benchmarkReport) -
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.report
Modifier and TypeMethodDescriptionBenchmarkReportFactory.buildBenchmarkReport
(PlannerBenchmarkResult plannerBenchmark) Modifier and TypeMethodDescriptionprotected void
BenchmarkReportFactory.supplySolverRanking
(BenchmarkReport benchmarkReport) -
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.result
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
BestScoreProblemStatistic.writeGraphFiles
(BenchmarkReport benchmarkReport) -
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
Modifier and TypeMethodDescriptionvoid
BestSolutionMutationProblemStatistic.writeGraphFiles
(BenchmarkReport benchmarkReport) -
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.memoryuse
Modifier and TypeMethodDescriptionvoid
MemoryUseProblemStatistic.writeGraphFiles
(BenchmarkReport benchmarkReport) -
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.movecountperstep
Modifier and TypeMethodDescriptionvoid
MoveCountPerStepProblemStatistic.writeGraphFiles
(BenchmarkReport benchmarkReport) -
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed
Modifier and TypeMethodDescriptionvoid
ScoreCalculationSpeedProblemStatistic.writeGraphFiles
(BenchmarkReport benchmarkReport) -
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.stepscore
Modifier and TypeMethodDescriptionvoid
StepScoreProblemStatistic.writeGraphFiles
(BenchmarkReport benchmarkReport) -
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore
Modifier and TypeMethodDescriptionvoid
ConstraintMatchTotalBestScoreSubSingleStatistic.writeGraphFiles
(BenchmarkReport benchmarkReport) -
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore
Modifier and TypeMethodDescriptionvoid
ConstraintMatchTotalStepScoreSubSingleStatistic.writeGraphFiles
(BenchmarkReport benchmarkReport) -
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore
Modifier and TypeMethodDescriptionvoid
PickedMoveTypeBestScoreDiffSubSingleStatistic.writeGraphFiles
(BenchmarkReport benchmarkReport) -
Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore
Modifier and TypeMethodDescriptionvoid
PickedMoveTypeStepScoreDiffSubSingleStatistic.writeGraphFiles
(BenchmarkReport benchmarkReport)