Package | Description |
---|---|
org.optaplanner.benchmark.config.report | |
org.optaplanner.benchmark.impl.ranking | |
org.optaplanner.benchmark.impl.report |
Modifier and Type | Method and Description |
---|---|
Class<? extends SolverRankingWeightFactory> |
BenchmarkReportConfig.getSolverRankingWeightFactoryClass() |
Modifier and Type | Method and Description |
---|---|
void |
BenchmarkReportConfig.setSolverRankingWeightFactoryClass(Class<? extends SolverRankingWeightFactory> solverRankingWeightFactoryClass) |
Modifier and Type | Class and Description |
---|---|
class |
TotalRankSolverRankingWeightFactory
This
SolverRankingWeightFactory orders a SolverBenchmarkResult by how many times each of its
SingleBenchmarkResult s beat SingleBenchmarkResult s of the other SolverBenchmarkResult . |
Modifier and Type | Method and Description |
---|---|
SolverRankingWeightFactory |
BenchmarkReport.getSolverRankingWeightFactory() |
Modifier and Type | Method and Description |
---|---|
void |
BenchmarkReport.setSolverRankingWeightFactory(SolverRankingWeightFactory solverRankingWeightFactory) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.