Modifier and Type | Method and Description |
---|---|
BenchmarkReport |
BenchmarkReportConfig.buildBenchmarkReport(PlannerBenchmarkResult plannerBenchmark) |
Modifier and Type | Method and Description |
---|---|
protected void |
BenchmarkReportConfig.supplySolverRanking(BenchmarkReport benchmarkReport) |
Modifier and Type | Method and Description |
---|---|
BenchmarkReport |
DefaultPlannerBenchmark.getBenchmarkReport() |
Constructor and Description |
---|
DefaultPlannerBenchmark(PlannerBenchmarkResult plannerBenchmarkResult,
SolverConfigContext solverConfigContext,
File benchmarkDirectory,
ExecutorService warmUpExecutorService,
ExecutorService executorService,
BenchmarkReport benchmarkReport) |
Modifier and Type | Method and Description |
---|---|
void |
SubSingleBenchmarkResult.accumulateResults(BenchmarkReport benchmarkReport) |
void |
SolverBenchmarkResult.accumulateResults(BenchmarkReport benchmarkReport)
Does not call
SingleBenchmarkResult.accumulateResults(BenchmarkReport) ,
because PlannerBenchmarkResult.accumulateResults(BenchmarkReport) does that already on
PlannerBenchmarkResult.getUnifiedProblemBenchmarkResultList() . |
void |
SingleBenchmarkResult.accumulateResults(BenchmarkReport benchmarkReport) |
void |
ProblemBenchmarkResult.accumulateResults(BenchmarkReport benchmarkReport) |
void |
PlannerBenchmarkResult.accumulateResults(BenchmarkReport benchmarkReport) |
Modifier and Type | Method and Description |
---|---|
void |
ProblemStatistic.accumulateResults(BenchmarkReport benchmarkReport) |
abstract void |
PureSubSingleStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) |
abstract void |
ProblemStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) |
Modifier and Type | Method and Description |
---|---|
void |
BestScoreProblemStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) |
Modifier and Type | Method and Description |
---|---|
void |
BestSolutionMutationProblemStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) |
Modifier and Type | Method and Description |
---|---|
void |
MemoryUseProblemStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) |
Modifier and Type | Method and Description |
---|---|
void |
MoveCountPerStepProblemStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) |
Modifier and Type | Method and Description |
---|---|
void |
ScoreCalculationSpeedProblemStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) |
Modifier and Type | Method and Description |
---|---|
void |
StepScoreProblemStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) |
Modifier and Type | Method and Description |
---|---|
void |
ConstraintMatchTotalBestScoreSubSingleStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) |
Modifier and Type | Method and Description |
---|---|
void |
ConstraintMatchTotalStepScoreSubSingleStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) |
Modifier and Type | Method and Description |
---|---|
void |
PickedMoveTypeBestScoreDiffSubSingleStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) |
Modifier and Type | Method and Description |
---|---|
void |
PickedMoveTypeStepScoreDiffSubSingleStatistic.writeGraphFiles(BenchmarkReport benchmarkReport) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.