OptaPlanner distribution 6.0.0.CR4-Pre1

Uses of Interface
org.optaplanner.benchmark.api.ranking.SolverBenchmarkRankingWeightFactory

Packages that use SolverBenchmarkRankingWeightFactory
org.optaplanner.benchmark.config   
org.optaplanner.benchmark.impl   
org.optaplanner.benchmark.impl.ranking   
 

Uses of SolverBenchmarkRankingWeightFactory in org.optaplanner.benchmark.config
 

Methods in org.optaplanner.benchmark.config that return types with arguments of type SolverBenchmarkRankingWeightFactory
 Class<SolverBenchmarkRankingWeightFactory> PlannerBenchmarkConfig.getSolverBenchmarkRankingWeightFactoryClass()
           
 

Method parameters in org.optaplanner.benchmark.config with type arguments of type SolverBenchmarkRankingWeightFactory
 void PlannerBenchmarkConfig.setSolverBenchmarkRankingWeightFactoryClass(Class<SolverBenchmarkRankingWeightFactory> solverBenchmarkRankingWeightFactoryClass)
           
 

Uses of SolverBenchmarkRankingWeightFactory in org.optaplanner.benchmark.impl
 

Methods in org.optaplanner.benchmark.impl that return SolverBenchmarkRankingWeightFactory
 SolverBenchmarkRankingWeightFactory DefaultPlannerBenchmark.getSolverBenchmarkRankingWeightFactory()
           
 

Methods in org.optaplanner.benchmark.impl with parameters of type SolverBenchmarkRankingWeightFactory
 void DefaultPlannerBenchmark.setSolverBenchmarkRankingWeightFactory(SolverBenchmarkRankingWeightFactory solverBenchmarkRankingWeightFactory)
           
 

Uses of SolverBenchmarkRankingWeightFactory in org.optaplanner.benchmark.impl.ranking
 

Classes in org.optaplanner.benchmark.impl.ranking that implement SolverBenchmarkRankingWeightFactory
 class TotalRankSolverBenchmarkRankingWeightFactory
          This SolverBenchmarkRankingWeightFactory orders a SolverBenchmark by how how many time each of it's SingleBenchmark beat the SingleBenchmark of the other SolverBenchmarks.
 


OptaPlanner distribution 6.0.0.CR4-Pre1

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.