Package | Description |
---|---|
org.optaplanner.benchmark.impl.aggregator | |
org.optaplanner.benchmark.impl.ranking | |
org.optaplanner.benchmark.impl.result |
Modifier and Type | Method and Description |
---|---|
File |
BenchmarkAggregator.aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList) |
File |
BenchmarkAggregator.aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList,
Map<SolverBenchmarkResult,String> solverBenchmarkResultNameMap) |
Modifier and Type | Method and Description |
---|---|
int |
TotalScoreSingleBenchmarkRankingComparator.compare(SingleBenchmarkResult a,
SingleBenchmarkResult b) |
Modifier and Type | Method and Description |
---|---|
protected static SingleBenchmarkResult |
SingleBenchmarkResult.createMerge(SolverBenchmarkResult solverBenchmarkResult,
ProblemBenchmarkResult problemBenchmarkResult,
SingleBenchmarkResult oldResult) |
SingleBenchmarkResult |
SolverBenchmarkResult.findSingleBenchmark(ProblemBenchmarkResult problemBenchmarkResult) |
SingleBenchmarkResult |
SubSingleBenchmarkResult.getSingleBenchmarkResult() |
SingleBenchmarkResult |
ProblemBenchmarkResult.getWinningSingleBenchmarkResult() |
SingleBenchmarkResult |
ProblemBenchmarkResult.getWorstSingleBenchmarkResult() |
Modifier and Type | Method and Description |
---|---|
List<SingleBenchmarkResult> |
SolverBenchmarkResult.getSingleBenchmarkResultList() |
List<SingleBenchmarkResult> |
ProblemBenchmarkResult.getSingleBenchmarkResultList() |
Modifier and Type | Method and Description |
---|---|
protected static SubSingleBenchmarkResult |
SubSingleBenchmarkResult.createMerge(SingleBenchmarkResult singleBenchmarkResult,
SubSingleBenchmarkResult oldResult,
int subSingleBenchmarkIndex) |
protected static SingleBenchmarkResult |
SingleBenchmarkResult.createMerge(SolverBenchmarkResult solverBenchmarkResult,
ProblemBenchmarkResult problemBenchmarkResult,
SingleBenchmarkResult oldResult) |
void |
SubSingleBenchmarkResult.setSingleBenchmarkResult(SingleBenchmarkResult singleBenchmarkResult) |
Modifier and Type | Method and Description |
---|---|
static PlannerBenchmarkResult |
PlannerBenchmarkResult.createMergedResult(List<SingleBenchmarkResult> singleBenchmarkResultList) |
protected static Map<SolverBenchmarkResult,SolverBenchmarkResult> |
SolverBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult,
List<SingleBenchmarkResult> singleBenchmarkResultList) |
protected static <Solution_> |
ProblemBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult,
List<SingleBenchmarkResult> singleBenchmarkResultList) |
protected static PlannerBenchmarkResult |
PlannerBenchmarkResult.createMergeSingleton(List<SingleBenchmarkResult> singleBenchmarkResultList) |
void |
SolverBenchmarkResult.setSingleBenchmarkResultList(List<SingleBenchmarkResult> singleBenchmarkResultList) |
void |
ProblemBenchmarkResult.setSingleBenchmarkResultList(List<SingleBenchmarkResult> singleBenchmarkResultList) |
Constructor and Description |
---|
SubSingleBenchmarkResult(SingleBenchmarkResult singleBenchmarkResult,
int subSingleBenchmarkIndex) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.