Package | Description |
---|---|
org.optaplanner.benchmark.config |
Classes which represent the XML Benchmark configuration of OptaPlanner Benchmark.
|
org.optaplanner.benchmark.config.report | |
org.optaplanner.benchmark.impl |
Implementation classes of OptaPlanner Benchmark.
|
org.optaplanner.benchmark.impl.report | |
org.optaplanner.benchmark.impl.result |
Modifier and Type | Method and Description |
---|---|
void |
SolverBenchmarkConfig.buildSolverBenchmark(SolverConfigContext solverConfigContext,
PlannerBenchmarkResult plannerBenchmark,
Solution_[] extraProblems) |
Modifier and Type | Method and Description |
---|---|
BenchmarkReport |
BenchmarkReportConfig.buildBenchmarkReport(PlannerBenchmarkResult plannerBenchmark) |
Modifier and Type | Method and Description |
---|---|
PlannerBenchmarkResult |
DefaultPlannerBenchmark.getPlannerBenchmarkResult() |
Constructor and Description |
---|
DefaultPlannerBenchmark(PlannerBenchmarkResult plannerBenchmarkResult,
SolverConfigContext solverConfigContext,
File benchmarkDirectory,
ExecutorService warmUpExecutorService,
ExecutorService executorService,
BenchmarkReport benchmarkReport) |
Modifier and Type | Method and Description |
---|---|
PlannerBenchmarkResult |
BenchmarkReport.getPlannerBenchmarkResult() |
Constructor and Description |
---|
BenchmarkReport(PlannerBenchmarkResult plannerBenchmarkResult) |
Modifier and Type | Method and Description |
---|---|
static PlannerBenchmarkResult |
PlannerBenchmarkResult.createMergedResult(List<SingleBenchmarkResult> singleBenchmarkResultList) |
protected static PlannerBenchmarkResult |
PlannerBenchmarkResult.createMergeSingleton(List<SingleBenchmarkResult> singleBenchmarkResultList) |
static PlannerBenchmarkResult |
PlannerBenchmarkResult.createUnmarshallingFailedResult(String benchmarkReportDirectoryName) |
PlannerBenchmarkResult |
SolverBenchmarkResult.getPlannerBenchmarkResult() |
PlannerBenchmarkResult |
ProblemBenchmarkResult.getPlannerBenchmarkResult() |
protected PlannerBenchmarkResult |
BenchmarkResultIO.readPlannerBenchmarkResult(SolverConfigContext configContext,
File plannerBenchmarkResultFile) |
Modifier and Type | Method and Description |
---|---|
List<PlannerBenchmarkResult> |
BenchmarkResultIO.readPlannerBenchmarkResultList(SolverConfigContext configContext,
File benchmarkDirectory) |
Modifier and Type | Method and Description |
---|---|
protected static Map<SolverBenchmarkResult,SolverBenchmarkResult> |
SolverBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult,
List<SingleBenchmarkResult> singleBenchmarkResultList) |
protected static <Solution_> |
ProblemBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult,
List<SingleBenchmarkResult> singleBenchmarkResultList) |
void |
SolverBenchmarkResult.setPlannerBenchmarkResult(PlannerBenchmarkResult plannerBenchmarkResult) |
void |
ProblemBenchmarkResult.setPlannerBenchmarkResult(PlannerBenchmarkResult plannerBenchmarkResult) |
void |
BenchmarkResultIO.writePlannerBenchmarkResult(File benchmarkReportDirectory,
PlannerBenchmarkResult plannerBenchmarkResult) |
Constructor and Description |
---|
ProblemBenchmarkResult(PlannerBenchmarkResult plannerBenchmarkResult) |
SolverBenchmarkResult(PlannerBenchmarkResult plannerBenchmarkResult) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.