|
OptaPlanner distribution 6.2.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SolverRankingWeightFactory | |
---|---|
org.optaplanner.benchmark.config.report | |
org.optaplanner.benchmark.impl.ranking | |
org.optaplanner.benchmark.impl.report |
Uses of SolverRankingWeightFactory in org.optaplanner.benchmark.config.report |
---|
Methods in org.optaplanner.benchmark.config.report that return types with arguments of type SolverRankingWeightFactory | |
---|---|
Class<? extends SolverRankingWeightFactory> |
BenchmarkReportConfig.getSolverRankingWeightFactoryClass()
|
Method parameters in org.optaplanner.benchmark.config.report with type arguments of type SolverRankingWeightFactory | |
---|---|
void |
BenchmarkReportConfig.setSolverRankingWeightFactoryClass(Class<? extends SolverRankingWeightFactory> solverRankingWeightFactoryClass)
|
Uses of SolverRankingWeightFactory in org.optaplanner.benchmark.impl.ranking |
---|
Classes in org.optaplanner.benchmark.impl.ranking that implement SolverRankingWeightFactory | |
---|---|
class |
TotalRankSolverRankingWeightFactory
This SolverRankingWeightFactory orders a SolverBenchmarkResult by how how many time each of it's
SingleBenchmarkResult beat the SingleBenchmarkResult of the other SolverBenchmarkResult s. |
Uses of SolverRankingWeightFactory in org.optaplanner.benchmark.impl.report |
---|
Methods in org.optaplanner.benchmark.impl.report that return SolverRankingWeightFactory | |
---|---|
SolverRankingWeightFactory |
BenchmarkReport.getSolverRankingWeightFactory()
|
Methods in org.optaplanner.benchmark.impl.report with parameters of type SolverRankingWeightFactory | |
---|---|
void |
BenchmarkReport.setSolverRankingWeightFactory(SolverRankingWeightFactory solverRankingWeightFactory)
|
|
OptaPlanner distribution 6.2.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |