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.aggregator | |
org.optaplanner.benchmark.impl.ranking | |
org.optaplanner.benchmark.impl.report | |
org.optaplanner.benchmark.impl.result |
Modifier and Type | Method and Description |
---|---|
<Solution_> |
ProblemBenchmarksConfig.buildProblemBenchmarkList(SolverConfigContext solverConfigContext,
SolverBenchmarkResult solverBenchmarkResult,
Solution_[] extraProblems) |
Modifier and Type | Method and Description |
---|---|
Class<? extends Comparator<SolverBenchmarkResult>> |
BenchmarkReportConfig.getSolverRankingComparatorClass() |
Modifier and Type | Method and Description |
---|---|
void |
BenchmarkReportConfig.setSolverRankingComparatorClass(Class<? extends Comparator<SolverBenchmarkResult>> solverRankingComparatorClass) |
Modifier and Type | Method and Description |
---|---|
File |
BenchmarkAggregator.aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList,
Map<SolverBenchmarkResult,String> solverBenchmarkResultNameMap) |
Modifier and Type | Method and Description |
---|---|
SolverBenchmarkResult |
TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight.getSolverBenchmarkResult() |
Modifier and Type | Method and Description |
---|---|
int |
WorstScoreSolverRankingComparator.compare(SolverBenchmarkResult a,
SolverBenchmarkResult b) |
int |
TotalScoreSolverRankingComparator.compare(SolverBenchmarkResult a,
SolverBenchmarkResult b) |
Comparable |
TotalRankSolverRankingWeightFactory.createRankingWeight(List<SolverBenchmarkResult> solverBenchmarkResultList,
SolverBenchmarkResult solverBenchmarkResult) |
Comparable |
SolverRankingWeightFactory.createRankingWeight(List<SolverBenchmarkResult> solverBenchmarkResultList,
SolverBenchmarkResult solverBenchmarkResult)
The ranking function.
|
Modifier and Type | Method and Description |
---|---|
Comparable |
TotalRankSolverRankingWeightFactory.createRankingWeight(List<SolverBenchmarkResult> solverBenchmarkResultList,
SolverBenchmarkResult solverBenchmarkResult) |
Comparable |
SolverRankingWeightFactory.createRankingWeight(List<SolverBenchmarkResult> solverBenchmarkResultList,
SolverBenchmarkResult solverBenchmarkResult)
The ranking function.
|
Constructor and Description |
---|
TotalRankSolverRankingWeight(SolverBenchmarkResult solverBenchmarkResult,
int betterCount,
int equalCount,
int lowerCount) |
Modifier and Type | Method and Description |
---|---|
Comparator<SolverBenchmarkResult> |
BenchmarkReport.getSolverRankingComparator() |
Modifier and Type | Method and Description |
---|---|
void |
BenchmarkReport.setSolverRankingComparator(Comparator<SolverBenchmarkResult> solverRankingComparator) |
Modifier and Type | Method and Description |
---|---|
SolverBenchmarkResult |
PlannerBenchmarkResult.getFavoriteSolverBenchmarkResult() |
SolverBenchmarkResult |
SingleBenchmarkResult.getSolverBenchmarkResult() |
Modifier and Type | Method and Description |
---|---|
protected static Map<SolverBenchmarkResult,SolverBenchmarkResult> |
SolverBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult,
List<SingleBenchmarkResult> singleBenchmarkResultList) |
protected static Map<SolverBenchmarkResult,SolverBenchmarkResult> |
SolverBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult,
List<SingleBenchmarkResult> singleBenchmarkResultList) |
List<SolverBenchmarkResult> |
PlannerBenchmarkResult.getSolverBenchmarkResultList() |
Modifier and Type | Method and Description |
---|---|
protected static SingleBenchmarkResult |
SingleBenchmarkResult.createMerge(SolverBenchmarkResult solverBenchmarkResult,
ProblemBenchmarkResult problemBenchmarkResult,
SingleBenchmarkResult oldResult) |
void |
SingleBenchmarkResult.setSolverBenchmarkResult(SolverBenchmarkResult solverBenchmarkResult) |
Modifier and Type | Method and Description |
---|---|
void |
PlannerBenchmarkResult.setSolverBenchmarkResultList(List<SolverBenchmarkResult> solverBenchmarkResultList) |
Constructor and Description |
---|
SingleBenchmarkResult(SolverBenchmarkResult solverBenchmarkResult,
ProblemBenchmarkResult problemBenchmarkResult) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.