Uses of Interface
org.optaplanner.benchmark.impl.ranking.SolverRankingWeightFactory
Package
Description
-
Uses of SolverRankingWeightFactory in org.optaplanner.benchmark.config.report
Modifier and TypeMethodDescriptionClass<? extends SolverRankingWeightFactory>
BenchmarkReportConfig.getSolverRankingWeightFactoryClass()
Modifier and TypeMethodDescriptionvoid
BenchmarkReportConfig.setSolverRankingWeightFactoryClass
(Class<? extends SolverRankingWeightFactory> solverRankingWeightFactoryClass) BenchmarkReportConfig.withSolverRankingWeightFactoryClass
(Class<? extends SolverRankingWeightFactory> solverRankingWeightFactoryClass) -
Uses of SolverRankingWeightFactory in org.optaplanner.benchmark.impl.ranking
Modifier and TypeClassDescriptionclass
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
Modifier and TypeMethodDescriptionvoid
BenchmarkReport.setSolverRankingWeightFactory
(SolverRankingWeightFactory solverRankingWeightFactory)