| 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. | 
abstract <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()  | 
PlannerBenchmark | 
PlannerBenchmarkConfig.buildPlannerBenchmark(SolverConfigContext solverConfigContext)  | 
<Solution_> | 
PlannerBenchmarkConfig.buildPlannerBenchmark(SolverConfigContext solverConfigContext,
                     Solution_[] extraProblems)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultPlannerBenchmark  | 
| Modifier and Type | Method and Description | 
|---|---|
PlannerBenchmark | 
AbstractPlannerBenchmarkFactory.buildPlannerBenchmark()  | 
<Solution_> | 
AbstractPlannerBenchmarkFactory.buildPlannerBenchmark(List<Solution_> problemList)  | 
<Solution_> | 
AbstractPlannerBenchmarkFactory.buildPlannerBenchmark(Solution_... problems)  | 
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.