Uses of Interface
org.optaplanner.benchmark.impl.ranking.SolverRankingWeightFactory
Packages that use SolverRankingWeightFactory
Package
Description
-
Uses of SolverRankingWeightFactory in org.optaplanner.benchmark.config.report
Methods in org.optaplanner.benchmark.config.report that return types with arguments of type SolverRankingWeightFactoryModifier and TypeMethodDescriptionClass<? extends SolverRankingWeightFactory>
BenchmarkReportConfig.getSolverRankingWeightFactoryClass()
Method parameters in org.optaplanner.benchmark.config.report with type arguments of type SolverRankingWeightFactoryModifier and TypeMethodDescriptionvoid
BenchmarkReportConfig.setSolverRankingWeightFactoryClass
(Class<? extends SolverRankingWeightFactory> solverRankingWeightFactoryClass) BenchmarkReportConfig.withSolverRankingWeightFactoryClass
(Class<? extends SolverRankingWeightFactory> solverRankingWeightFactoryClass) -
Uses of SolverRankingWeightFactory in org.optaplanner.benchmark.impl.ranking
Classes in org.optaplanner.benchmark.impl.ranking that implement SolverRankingWeightFactoryModifier 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
Methods in org.optaplanner.benchmark.impl.report that return SolverRankingWeightFactoryMethods in org.optaplanner.benchmark.impl.report with parameters of type SolverRankingWeightFactoryModifier and TypeMethodDescriptionvoid
BenchmarkReport.setSolverRankingWeightFactory
(SolverRankingWeightFactory solverRankingWeightFactory)