Uses of Interface
org.optaplanner.benchmark.impl.ranking.SolverRankingWeightFactory
-
Packages that use SolverRankingWeightFactory Package Description 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 Modifier and Type Method Description Class<? extends SolverRankingWeightFactory>
BenchmarkReportConfig. getSolverRankingWeightFactoryClass()
Method parameters in org.optaplanner.benchmark.config.report with type arguments of type SolverRankingWeightFactory Modifier and Type Method Description 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 Modifier and Type Class Description class
TotalRankSolverRankingWeightFactory
ThisSolverRankingWeightFactory
orders aSolverBenchmarkResult
by how many times each of itsSingleBenchmarkResult
s beatSingleBenchmarkResult
s of the otherSolverBenchmarkResult
. -
Uses of SolverRankingWeightFactory in org.optaplanner.benchmark.impl.report
Methods in org.optaplanner.benchmark.impl.report that return SolverRankingWeightFactory Modifier and Type Method Description SolverRankingWeightFactory
BenchmarkReport. getSolverRankingWeightFactory()
Methods in org.optaplanner.benchmark.impl.report with parameters of type SolverRankingWeightFactory Modifier and Type Method Description void
BenchmarkReport. setSolverRankingWeightFactory(SolverRankingWeightFactory solverRankingWeightFactory)
-