|
OptaPlanner distribution 6.2.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PlannerBenchmarkResult in org.optaplanner.benchmark.config |
---|
Methods in org.optaplanner.benchmark.config with parameters of type PlannerBenchmarkResult | |
---|---|
void |
SolverBenchmarkConfig.buildSolverBenchmark(PlannerBenchmarkResult plannerBenchmark)
|
Uses of PlannerBenchmarkResult in org.optaplanner.benchmark.config.report |
---|
Methods in org.optaplanner.benchmark.config.report with parameters of type PlannerBenchmarkResult | |
---|---|
BenchmarkReport |
BenchmarkReportConfig.buildBenchmarkReport(PlannerBenchmarkResult plannerBenchmark)
|
Uses of PlannerBenchmarkResult in org.optaplanner.benchmark.impl |
---|
Methods in org.optaplanner.benchmark.impl that return PlannerBenchmarkResult | |
---|---|
PlannerBenchmarkResult |
PlannerBenchmarkRunner.getPlannerBenchmarkResult()
|
Constructors in org.optaplanner.benchmark.impl with parameters of type PlannerBenchmarkResult | |
---|---|
PlannerBenchmarkRunner(PlannerBenchmarkResult plannerBenchmarkResult)
|
Uses of PlannerBenchmarkResult in org.optaplanner.benchmark.impl.report |
---|
Methods in org.optaplanner.benchmark.impl.report that return PlannerBenchmarkResult | |
---|---|
PlannerBenchmarkResult |
BenchmarkReport.getPlannerBenchmarkResult()
|
Constructors in org.optaplanner.benchmark.impl.report with parameters of type PlannerBenchmarkResult | |
---|---|
BenchmarkReport(PlannerBenchmarkResult plannerBenchmarkResult)
|
Uses of PlannerBenchmarkResult in org.optaplanner.benchmark.impl.result |
---|
Methods in org.optaplanner.benchmark.impl.result that return PlannerBenchmarkResult | |
---|---|
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(File plannerBenchmarkResultFile)
|
Methods in org.optaplanner.benchmark.impl.result that return types with arguments of type PlannerBenchmarkResult | |
---|---|
List<PlannerBenchmarkResult> |
BenchmarkResultIO.readPlannerBenchmarkResultList(File benchmarkDirectory)
|
Methods in org.optaplanner.benchmark.impl.result with parameters of type PlannerBenchmarkResult | |
---|---|
protected static Map<SolverBenchmarkResult,SolverBenchmarkResult> |
SolverBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult,
List<SingleBenchmarkResult> singleBenchmarkResultList)
|
protected static Map<ProblemBenchmarkResult,ProblemBenchmarkResult> |
ProblemBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult,
List<SingleBenchmarkResult> singleBenchmarkResultList)
|
void |
SolverBenchmarkResult.setPlannerBenchmarkResult(PlannerBenchmarkResult plannerBenchmarkResult)
|
void |
ProblemBenchmarkResult.setPlannerBenchmarkResult(PlannerBenchmarkResult plannerBenchmarkResult)
|
void |
BenchmarkResultIO.writePlannerBenchmarkResult(File benchmarkReportDirectory,
PlannerBenchmarkResult plannerBenchmarkResult)
|
Constructors in org.optaplanner.benchmark.impl.result with parameters of type PlannerBenchmarkResult | |
---|---|
ProblemBenchmarkResult(PlannerBenchmarkResult plannerBenchmarkResult)
|
|
SolverBenchmarkResult(PlannerBenchmarkResult plannerBenchmarkResult)
|
|
OptaPlanner distribution 6.2.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |