OptaPlanner distribution 6.1.0.Final

Uses of Class
org.optaplanner.benchmark.impl.result.SolverBenchmarkResult

Packages that use SolverBenchmarkResult
org.optaplanner.benchmark.config   
org.optaplanner.benchmark.config.report   
org.optaplanner.benchmark.impl.aggregator   
org.optaplanner.benchmark.impl.ranking   
org.optaplanner.benchmark.impl.report   
org.optaplanner.benchmark.impl.result   
 

Uses of SolverBenchmarkResult in org.optaplanner.benchmark.config
 

Methods in org.optaplanner.benchmark.config that return SolverBenchmarkResult
 SolverBenchmarkResult SolverBenchmarkConfig.buildSolverBenchmark(PlannerBenchmarkResult plannerBenchmark)
           
 

Methods in org.optaplanner.benchmark.config with parameters of type SolverBenchmarkResult
 List<ProblemBenchmarkResult> ProblemBenchmarksConfig.buildProblemBenchmarkList(PlannerBenchmarkResult plannerBenchmark, SolverBenchmarkResult solverBenchmarkResult)
           
 

Uses of SolverBenchmarkResult in org.optaplanner.benchmark.config.report
 

Methods in org.optaplanner.benchmark.config.report that return types with arguments of type SolverBenchmarkResult
 Class<? extends Comparator<SolverBenchmarkResult>> BenchmarkReportConfig.getSolverRankingComparatorClass()
           
 

Method parameters in org.optaplanner.benchmark.config.report with type arguments of type SolverBenchmarkResult
 void BenchmarkReportConfig.setSolverRankingComparatorClass(Class<? extends Comparator<SolverBenchmarkResult>> solverRankingComparatorClass)
           
 

Uses of SolverBenchmarkResult in org.optaplanner.benchmark.impl.aggregator
 

Method parameters in org.optaplanner.benchmark.impl.aggregator with type arguments of type SolverBenchmarkResult
 File BenchmarkAggregator.aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList, Map<SolverBenchmarkResult,String> solverBenchamkarkResultNameMap)
           
 

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

Methods in org.optaplanner.benchmark.impl.ranking with parameters of type SolverBenchmarkResult
 int WorstScoreSolverRankingComparator.compare(SolverBenchmarkResult a, SolverBenchmarkResult b)
           
 int TotalScoreSolverRankingComparator.compare(SolverBenchmarkResult a, SolverBenchmarkResult b)
           
 Comparable TotalRankSolverRankingWeightFactory.createRankingWeight(List<SolverBenchmarkResult> solverBenchmarkResultList, SolverBenchmarkResult solverBenchmarkResult)
           
 Comparable SolverRankingWeightFactory.createRankingWeight(List<SolverBenchmarkResult> solverBenchmarkResultList, SolverBenchmarkResult solverBenchmarkResult)
          The ranking function.
 

Method parameters in org.optaplanner.benchmark.impl.ranking with type arguments of type SolverBenchmarkResult
 Comparable TotalRankSolverRankingWeightFactory.createRankingWeight(List<SolverBenchmarkResult> solverBenchmarkResultList, SolverBenchmarkResult solverBenchmarkResult)
           
 Comparable SolverRankingWeightFactory.createRankingWeight(List<SolverBenchmarkResult> solverBenchmarkResultList, SolverBenchmarkResult solverBenchmarkResult)
          The ranking function.
 

Constructors in org.optaplanner.benchmark.impl.ranking with parameters of type SolverBenchmarkResult
TotalRankSolverRankingWeightFactory.TotalRankSolverRankingWeight(SolverBenchmarkResult solverBenchmarkResult, int betterCount, int equalCount)
           
 

Uses of SolverBenchmarkResult in org.optaplanner.benchmark.impl.report
 

Methods in org.optaplanner.benchmark.impl.report that return types with arguments of type SolverBenchmarkResult
 Comparator<SolverBenchmarkResult> BenchmarkReport.getSolverRankingComparator()
           
 

Method parameters in org.optaplanner.benchmark.impl.report with type arguments of type SolverBenchmarkResult
 void BenchmarkReport.setSolverRankingComparator(Comparator<SolverBenchmarkResult> solverRankingComparator)
           
 

Uses of SolverBenchmarkResult in org.optaplanner.benchmark.impl.result
 

Methods in org.optaplanner.benchmark.impl.result that return SolverBenchmarkResult
 SolverBenchmarkResult PlannerBenchmarkResult.getFavoriteSolverBenchmarkResult()
           
 SolverBenchmarkResult SingleBenchmarkResult.getSolverBenchmarkResult()
           
 

Methods in org.optaplanner.benchmark.impl.result that return types with arguments of type SolverBenchmarkResult
protected static Map<SolverBenchmarkResult,SolverBenchmarkResult> SolverBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult, List<SingleBenchmarkResult> singleBenchmarkResultList)
           
protected static Map<SolverBenchmarkResult,SolverBenchmarkResult> SolverBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult, List<SingleBenchmarkResult> singleBenchmarkResultList)
           
 List<SolverBenchmarkResult> PlannerBenchmarkResult.getSolverBenchmarkResultList()
           
 

Methods in org.optaplanner.benchmark.impl.result with parameters of type SolverBenchmarkResult
protected static SingleBenchmarkResult SingleBenchmarkResult.createMerge(SolverBenchmarkResult solverBenchmarkResult, ProblemBenchmarkResult problemBenchmarkResult, SingleBenchmarkResult oldResult)
           
 void SingleBenchmarkResult.setSolverBenchmarkResult(SolverBenchmarkResult solverBenchmarkResult)
           
 

Method parameters in org.optaplanner.benchmark.impl.result with type arguments of type SolverBenchmarkResult
 void PlannerBenchmarkResult.setSolverBenchmarkResultList(List<SolverBenchmarkResult> solverBenchmarkResultList)
           
 

Constructors in org.optaplanner.benchmark.impl.result with parameters of type SolverBenchmarkResult
SingleBenchmarkResult(SolverBenchmarkResult solverBenchmarkResult, ProblemBenchmarkResult problemBenchmarkResult)
           
 


OptaPlanner distribution 6.1.0.Final

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