OptaPlanner distribution 6.2.1-SNAPSHOT

Uses of Class
org.optaplanner.benchmark.impl.report.BenchmarkReport

Packages that use BenchmarkReport
org.optaplanner.benchmark.config.report   
org.optaplanner.benchmark.impl   
org.optaplanner.benchmark.impl.result   
org.optaplanner.benchmark.impl.statistic   
org.optaplanner.benchmark.impl.statistic.bestscore   
org.optaplanner.benchmark.impl.statistic.bestsolutionmutation   
org.optaplanner.benchmark.impl.statistic.calculatecount   
org.optaplanner.benchmark.impl.statistic.memoryuse   
org.optaplanner.benchmark.impl.statistic.movecountperstep   
org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore   
org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore   
org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore   
org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore   
org.optaplanner.benchmark.impl.statistic.stepscore   
 

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

Methods in org.optaplanner.benchmark.config.report that return BenchmarkReport
 BenchmarkReport BenchmarkReportConfig.buildBenchmarkReport(PlannerBenchmarkResult plannerBenchmark)
           
 

Methods in org.optaplanner.benchmark.config.report with parameters of type BenchmarkReport
protected  void BenchmarkReportConfig.supplySolverRanking(BenchmarkReport benchmarkReport)
           
 

Uses of BenchmarkReport in org.optaplanner.benchmark.impl
 

Methods in org.optaplanner.benchmark.impl that return BenchmarkReport
 BenchmarkReport PlannerBenchmarkRunner.getBenchmarkReport()
           
 

Methods in org.optaplanner.benchmark.impl with parameters of type BenchmarkReport
 void PlannerBenchmarkRunner.setBenchmarkReport(BenchmarkReport benchmarkReport)
           
 

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

Methods in org.optaplanner.benchmark.impl.result with parameters of type BenchmarkReport
 void SolverBenchmarkResult.accumulateResults(BenchmarkReport benchmarkReport)
          Does not call SingleBenchmarkResult.accumulateResults(BenchmarkReport), because PlannerBenchmarkResult.accumulateResults(BenchmarkReport) does that already on PlannerBenchmarkResult.getUnifiedProblemBenchmarkResultList().
 void SingleBenchmarkResult.accumulateResults(BenchmarkReport benchmarkReport)
           
 void ProblemBenchmarkResult.accumulateResults(BenchmarkReport benchmarkReport)
           
 void PlannerBenchmarkResult.accumulateResults(BenchmarkReport benchmarkReport)
           
 

Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic
 

Methods in org.optaplanner.benchmark.impl.statistic with parameters of type BenchmarkReport
 void ProblemStatistic.accumulateResults(BenchmarkReport benchmarkReport)
           
abstract  void PureSingleStatistic.writeGraphFiles(BenchmarkReport benchmarkReport)
           
abstract  void ProblemStatistic.writeGraphFiles(BenchmarkReport benchmarkReport)
           
 

Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.bestscore
 

Methods in org.optaplanner.benchmark.impl.statistic.bestscore with parameters of type BenchmarkReport
 void BestScoreProblemStatistic.writeGraphFiles(BenchmarkReport benchmarkReport)
           
 

Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
 

Methods in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation with parameters of type BenchmarkReport
 void BestSolutionMutationProblemStatistic.writeGraphFiles(BenchmarkReport benchmarkReport)
           
 

Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.calculatecount
 

Methods in org.optaplanner.benchmark.impl.statistic.calculatecount with parameters of type BenchmarkReport
 void CalculateCountProblemStatistic.writeGraphFiles(BenchmarkReport benchmarkReport)
           
 

Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.memoryuse
 

Methods in org.optaplanner.benchmark.impl.statistic.memoryuse with parameters of type BenchmarkReport
 void MemoryUseProblemStatistic.writeGraphFiles(BenchmarkReport benchmarkReport)
           
 

Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.movecountperstep
 

Methods in org.optaplanner.benchmark.impl.statistic.movecountperstep with parameters of type BenchmarkReport
 void MoveCountPerStepProblemStatistic.writeGraphFiles(BenchmarkReport benchmarkReport)
           
 

Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore
 

Methods in org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalbestscore with parameters of type BenchmarkReport
 void ConstraintMatchTotalBestScoreSingleStatistic.writeGraphFiles(BenchmarkReport benchmarkReport)
           
 

Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore
 

Methods in org.optaplanner.benchmark.impl.statistic.single.constraintmatchtotalstepscore with parameters of type BenchmarkReport
 void ConstraintMatchTotalStepScoreSingleStatistic.writeGraphFiles(BenchmarkReport benchmarkReport)
           
 

Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore
 

Methods in org.optaplanner.benchmark.impl.statistic.single.pickedmovetypebestscore with parameters of type BenchmarkReport
 void PickedMoveTypeBestScoreDiffSingleStatistic.writeGraphFiles(BenchmarkReport benchmarkReport)
           
 

Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore
 

Methods in org.optaplanner.benchmark.impl.statistic.single.pickedmovetypestepscore with parameters of type BenchmarkReport
 void PickedMoveTypeStepScoreDiffSingleStatistic.writeGraphFiles(BenchmarkReport benchmarkReport)
           
 

Uses of BenchmarkReport in org.optaplanner.benchmark.impl.statistic.stepscore
 

Methods in org.optaplanner.benchmark.impl.statistic.stepscore with parameters of type BenchmarkReport
 void StepScoreProblemStatistic.writeGraphFiles(BenchmarkReport benchmarkReport)
           
 


OptaPlanner distribution 6.2.1-SNAPSHOT

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