Package | Description |
---|---|
org.optaplanner.benchmark.api |
The public API of OptaPlanner Benchmark.
|
org.optaplanner.benchmark.config |
Classes which represent the XML Benchmark configuration of OptaPlanner Benchmark.
|
org.optaplanner.benchmark.impl |
Implementation classes of OptaPlanner Benchmark.
|
Modifier and Type | Method and Description |
---|---|
abstract PlannerBenchmark |
PlannerBenchmarkFactory.buildPlannerBenchmark()
Creates a new
PlannerBenchmark instance. |
<Solution_> |
PlannerBenchmarkFactory.buildPlannerBenchmark(List<Solution_> problemList)
Creates a new
PlannerBenchmark instance for datasets that are already in memory. |
abstract <Solution_> |
PlannerBenchmarkFactory.buildPlannerBenchmark(Solution_... problems)
Creates a new
PlannerBenchmark instance for datasets that are already in memory. |
Modifier and Type | Method and Description |
---|---|
PlannerBenchmark |
PlannerBenchmarkConfig.buildPlannerBenchmark(SolverConfigContext solverConfigContext)
Do not use this method, it is an internal method.
|
<Solution_> |
PlannerBenchmarkConfig.buildPlannerBenchmark(SolverConfigContext solverConfigContext,
Solution_[] extraProblems)
Do not use this method, it is an internal method.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPlannerBenchmark |
Modifier and Type | Method and Description |
---|---|
PlannerBenchmark |
DefaultPlannerBenchmarkFactory.buildPlannerBenchmark() |
<Solution_> |
DefaultPlannerBenchmarkFactory.buildPlannerBenchmark(Solution_... problems) |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.