Uses of Class
org.optaplanner.benchmark.impl.result.SingleBenchmarkResult
-
Packages that use SingleBenchmarkResult Package Description org.optaplanner.benchmark.impl.aggregator org.optaplanner.benchmark.impl.ranking org.optaplanner.benchmark.impl.result -
-
Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl.aggregator
Method parameters in org.optaplanner.benchmark.impl.aggregator with type arguments of type SingleBenchmarkResult Modifier and Type Method Description File
BenchmarkAggregator. aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList)
File
BenchmarkAggregator. aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList, Map<SolverBenchmarkResult,String> solverBenchmarkResultNameMap)
-
Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl.ranking
Methods in org.optaplanner.benchmark.impl.ranking with parameters of type SingleBenchmarkResult Modifier and Type Method Description int
TotalScoreSingleBenchmarkRankingComparator. compare(SingleBenchmarkResult a, SingleBenchmarkResult b)
-
Uses of SingleBenchmarkResult in org.optaplanner.benchmark.impl.result
Methods in org.optaplanner.benchmark.impl.result that return SingleBenchmarkResult Modifier and Type Method Description protected static SingleBenchmarkResult
SingleBenchmarkResult. createMerge(SolverBenchmarkResult solverBenchmarkResult, ProblemBenchmarkResult problemBenchmarkResult, SingleBenchmarkResult oldResult)
SingleBenchmarkResult
SolverBenchmarkResult. findSingleBenchmark(ProblemBenchmarkResult problemBenchmarkResult)
SingleBenchmarkResult
SubSingleBenchmarkResult. getSingleBenchmarkResult()
SingleBenchmarkResult
ProblemBenchmarkResult. getWinningSingleBenchmarkResult()
SingleBenchmarkResult
ProblemBenchmarkResult. getWorstSingleBenchmarkResult()
Methods in org.optaplanner.benchmark.impl.result that return types with arguments of type SingleBenchmarkResult Modifier and Type Method Description List<SingleBenchmarkResult>
ProblemBenchmarkResult. getSingleBenchmarkResultList()
List<SingleBenchmarkResult>
SolverBenchmarkResult. getSingleBenchmarkResultList()
Methods in org.optaplanner.benchmark.impl.result with parameters of type SingleBenchmarkResult Modifier and Type Method Description protected static SingleBenchmarkResult
SingleBenchmarkResult. createMerge(SolverBenchmarkResult solverBenchmarkResult, ProblemBenchmarkResult problemBenchmarkResult, SingleBenchmarkResult oldResult)
protected static SubSingleBenchmarkResult
SubSingleBenchmarkResult. createMerge(SingleBenchmarkResult singleBenchmarkResult, SubSingleBenchmarkResult oldResult, int subSingleBenchmarkIndex)
void
SubSingleBenchmarkResult. setSingleBenchmarkResult(SingleBenchmarkResult singleBenchmarkResult)
Method parameters in org.optaplanner.benchmark.impl.result with type arguments of type SingleBenchmarkResult Modifier and Type Method Description static PlannerBenchmarkResult
PlannerBenchmarkResult. createMergedResult(List<SingleBenchmarkResult> singleBenchmarkResultList)
protected static <Solution_>
Map<ProblemBenchmarkResult,ProblemBenchmarkResult>ProblemBenchmarkResult. createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult, List<SingleBenchmarkResult> singleBenchmarkResultList)
protected static Map<SolverBenchmarkResult,SolverBenchmarkResult>
SolverBenchmarkResult. createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult, List<SingleBenchmarkResult> singleBenchmarkResultList)
protected static PlannerBenchmarkResult
PlannerBenchmarkResult. createMergeSingleton(List<SingleBenchmarkResult> singleBenchmarkResultList)
void
ProblemBenchmarkResult. setSingleBenchmarkResultList(List<SingleBenchmarkResult> singleBenchmarkResultList)
void
SolverBenchmarkResult. setSingleBenchmarkResultList(List<SingleBenchmarkResult> singleBenchmarkResultList)
Constructors in org.optaplanner.benchmark.impl.result with parameters of type SingleBenchmarkResult Constructor Description SubSingleBenchmarkResult(SingleBenchmarkResult singleBenchmarkResult, int subSingleBenchmarkIndex)
-