Uses of Class
org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
Package
Description
Implementation classes of OptaPlanner Benchmark.
-
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.config.statistic
Modifier and TypeMethodDescriptionSingleStatisticType.buildPureSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult) -
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl
ModifierConstructorDescriptionSubSingleBenchmarkRunner
(SubSingleBenchmarkResult subSingleBenchmarkResult, boolean warmUp) -
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.loader
Modifier and TypeMethodDescriptionvoid
FileProblemProvider.writeSolution
(Solution_ solution, SubSingleBenchmarkResult subSingleBenchmarkResult) void
InstanceProblemProvider.writeSolution
(Solution_ solution, SubSingleBenchmarkResult subSingleBenchmarkResult) void
ProblemProvider.writeSolution
(Solution_ solution, SubSingleBenchmarkResult subSingleBenchmarkResult) -
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.ranking
Modifier and TypeMethodDescriptionint
ScoreSubSingleBenchmarkRankingComparator.compare
(SubSingleBenchmarkResult a, SubSingleBenchmarkResult b) int
SubSingleBenchmarkRankBasedComparator.compare
(SubSingleBenchmarkResult a, SubSingleBenchmarkResult b) -
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.result
Modifier and TypeMethodDescriptionprotected static SubSingleBenchmarkResult
SubSingleBenchmarkResult.createMerge
(SingleBenchmarkResult singleBenchmarkResult, SubSingleBenchmarkResult oldResult, int subSingleBenchmarkIndex) SingleBenchmarkResult.getBest()
SingleBenchmarkResult.getMedian()
SingleBenchmarkResult.getWorst()
Modifier and TypeMethodDescriptionprotected static SubSingleBenchmarkResult
SubSingleBenchmarkResult.createMerge
(SingleBenchmarkResult singleBenchmarkResult, SubSingleBenchmarkResult oldResult, int subSingleBenchmarkIndex) void
ProblemBenchmarkResult.writeSolution
(SubSingleBenchmarkResult subSingleBenchmarkResult, Solution_ solution) Modifier and TypeMethodDescriptionvoid
SingleBenchmarkResult.setSubSingleBenchmarkResultList
(List<SubSingleBenchmarkResult> subSingleBenchmarkResultList) -
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic
Modifier and TypeFieldDescriptionprotected SubSingleBenchmarkResult
SubSingleStatistic.subSingleBenchmarkResult
Modifier and TypeMethodDescriptionabstract SubSingleStatistic
ProblemStatistic.createSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult) void
SubSingleStatistic.setSubSingleBenchmarkResult
(SubSingleBenchmarkResult subSingleBenchmarkResult) ModifierConstructorDescriptionprotected
ProblemBasedSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult, ProblemStatisticType problemStatisticType) protected
PureSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult, SingleStatisticType singleStatisticType) protected
SubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult) -
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.bestscore
Modifier and TypeMethodDescriptionBestScoreProblemStatistic.createSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult) ModifierConstructorDescriptionBestScoreSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult) -
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
Modifier and TypeMethodDescriptionBestSolutionMutationProblemStatistic.createSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult) ModifierConstructorDescriptionBestSolutionMutationSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult) -
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.memoryuse
Modifier and TypeMethodDescriptionMemoryUseProblemStatistic.createSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult) ModifierConstructorDescriptionMemoryUseSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult) MemoryUseSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult, long timeMillisThresholdInterval) -
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.movecountperstep
Modifier and TypeMethodDescriptionMoveCountPerStepProblemStatistic.createSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult) ModifierConstructorDescriptionMoveCountPerStepSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult) -
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed
Modifier and TypeMethodDescriptionScoreCalculationSpeedProblemStatistic.createSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult) ModifierConstructorDescriptionScoreCalculationSpeedSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult) ScoreCalculationSpeedSubSingleStatistic
(SubSingleBenchmarkResult benchmarkResult, long timeMillisThresholdInterval) -
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.stepscore
Modifier and TypeMethodDescriptionStepScoreProblemStatistic.createSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult) ModifierConstructorDescriptionStepScoreSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult) -
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore
ModifierConstructorDescriptionConstraintMatchTotalBestScoreSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult) -
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore
ModifierConstructorDescriptionConstraintMatchTotalStepScoreSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult) -
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore
ModifierConstructorDescriptionPickedMoveTypeBestScoreDiffSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult) -
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore
ModifierConstructorDescriptionPickedMoveTypeStepScoreDiffSubSingleStatistic
(SubSingleBenchmarkResult subSingleBenchmarkResult)