Uses of Class
org.optaplanner.benchmark.impl.result.SubSingleBenchmarkResult
Packages that use SubSingleBenchmarkResult
Package
Description
Implementation classes of OptaPlanner Benchmark.
- 
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.config.statistic
Methods in org.optaplanner.benchmark.config.statistic with parameters of type SubSingleBenchmarkResultModifier and TypeMethodDescriptionSingleStatisticType.buildPureSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)  - 
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl
Methods in org.optaplanner.benchmark.impl that return SubSingleBenchmarkResultConstructors in org.optaplanner.benchmark.impl with parameters of type SubSingleBenchmarkResultModifierConstructorDescriptionSubSingleBenchmarkRunner(SubSingleBenchmarkResult subSingleBenchmarkResult, boolean warmUp)  - 
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.loader
Methods in org.optaplanner.benchmark.impl.loader with parameters of type SubSingleBenchmarkResultModifier and TypeMethodDescriptionvoidFileProblemProvider.writeSolution(Solution_ solution, SubSingleBenchmarkResult subSingleBenchmarkResult) voidInstanceProblemProvider.writeSolution(Solution_ solution, SubSingleBenchmarkResult subSingleBenchmarkResult) voidProblemProvider.writeSolution(Solution_ solution, SubSingleBenchmarkResult subSingleBenchmarkResult)  - 
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.ranking
Methods in org.optaplanner.benchmark.impl.ranking with parameters of type SubSingleBenchmarkResultModifier and TypeMethodDescriptionintScoreSubSingleBenchmarkRankingComparator.compare(SubSingleBenchmarkResult a, SubSingleBenchmarkResult b) intSubSingleBenchmarkRankBasedComparator.compare(SubSingleBenchmarkResult a, SubSingleBenchmarkResult b)  - 
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.result
Methods in org.optaplanner.benchmark.impl.result that return SubSingleBenchmarkResultModifier and TypeMethodDescriptionprotected static SubSingleBenchmarkResultSubSingleBenchmarkResult.createMerge(SingleBenchmarkResult singleBenchmarkResult, SubSingleBenchmarkResult oldResult, int subSingleBenchmarkIndex) SingleBenchmarkResult.getBest()SingleBenchmarkResult.getMedian()SingleBenchmarkResult.getWorst()Methods in org.optaplanner.benchmark.impl.result that return types with arguments of type SubSingleBenchmarkResultMethods in org.optaplanner.benchmark.impl.result with parameters of type SubSingleBenchmarkResultModifier and TypeMethodDescriptionprotected static SubSingleBenchmarkResultSubSingleBenchmarkResult.createMerge(SingleBenchmarkResult singleBenchmarkResult, SubSingleBenchmarkResult oldResult, int subSingleBenchmarkIndex) voidProblemBenchmarkResult.writeSolution(SubSingleBenchmarkResult subSingleBenchmarkResult, Solution_ solution) Method parameters in org.optaplanner.benchmark.impl.result with type arguments of type SubSingleBenchmarkResultModifier and TypeMethodDescriptionvoidSingleBenchmarkResult.setSubSingleBenchmarkResultList(List<SubSingleBenchmarkResult> subSingleBenchmarkResultList)  - 
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic
Fields in org.optaplanner.benchmark.impl.statistic declared as SubSingleBenchmarkResultModifier and TypeFieldDescriptionprotected SubSingleBenchmarkResultSubSingleStatistic.subSingleBenchmarkResultMethods in org.optaplanner.benchmark.impl.statistic that return SubSingleBenchmarkResultMethods in org.optaplanner.benchmark.impl.statistic with parameters of type SubSingleBenchmarkResultModifier and TypeMethodDescriptionabstract SubSingleStatisticProblemStatistic.createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) voidSubSingleStatistic.setSubSingleBenchmarkResult(SubSingleBenchmarkResult subSingleBenchmarkResult) Constructors in org.optaplanner.benchmark.impl.statistic with parameters of type SubSingleBenchmarkResultModifierConstructorDescriptionprotectedProblemBasedSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult, ProblemStatisticType problemStatisticType) protectedPureSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult, SingleStatisticType singleStatisticType) protectedSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)  - 
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.bestscore
Methods in org.optaplanner.benchmark.impl.statistic.bestscore with parameters of type SubSingleBenchmarkResultModifier and TypeMethodDescriptionBestScoreProblemStatistic.createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) Constructors in org.optaplanner.benchmark.impl.statistic.bestscore with parameters of type SubSingleBenchmarkResultModifierConstructorDescriptionBestScoreSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)  - 
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation
Methods in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation with parameters of type SubSingleBenchmarkResultModifier and TypeMethodDescriptionBestSolutionMutationProblemStatistic.createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) Constructors in org.optaplanner.benchmark.impl.statistic.bestsolutionmutation with parameters of type SubSingleBenchmarkResultModifierConstructorDescriptionBestSolutionMutationSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)  - 
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.memoryuse
Methods in org.optaplanner.benchmark.impl.statistic.memoryuse with parameters of type SubSingleBenchmarkResultModifier and TypeMethodDescriptionMemoryUseProblemStatistic.createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) Constructors in org.optaplanner.benchmark.impl.statistic.memoryuse with parameters of type SubSingleBenchmarkResultModifierConstructorDescriptionMemoryUseSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) MemoryUseSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult, long timeMillisThresholdInterval)  - 
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.movecountperstep
Methods in org.optaplanner.benchmark.impl.statistic.movecountperstep with parameters of type SubSingleBenchmarkResultModifier and TypeMethodDescriptionMoveCountPerStepProblemStatistic.createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) Constructors in org.optaplanner.benchmark.impl.statistic.movecountperstep with parameters of type SubSingleBenchmarkResultModifierConstructorDescriptionMoveCountPerStepSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)  - 
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed
Methods in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed with parameters of type SubSingleBenchmarkResultModifier and TypeMethodDescriptionScoreCalculationSpeedProblemStatistic.createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) Constructors in org.optaplanner.benchmark.impl.statistic.scorecalculationspeed with parameters of type SubSingleBenchmarkResultModifierConstructorDescriptionScoreCalculationSpeedSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) ScoreCalculationSpeedSubSingleStatistic(SubSingleBenchmarkResult benchmarkResult, long timeMillisThresholdInterval)  - 
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.stepscore
Methods in org.optaplanner.benchmark.impl.statistic.stepscore with parameters of type SubSingleBenchmarkResultModifier and TypeMethodDescriptionStepScoreProblemStatistic.createSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult) Constructors in org.optaplanner.benchmark.impl.statistic.stepscore with parameters of type SubSingleBenchmarkResultModifierConstructorDescriptionStepScoreSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)  - 
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore
Constructors in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalbestscore with parameters of type SubSingleBenchmarkResultModifierConstructorDescriptionConstraintMatchTotalBestScoreSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)  - 
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore
Constructors in org.optaplanner.benchmark.impl.statistic.subsingle.constraintmatchtotalstepscore with parameters of type SubSingleBenchmarkResultModifierConstructorDescriptionConstraintMatchTotalStepScoreSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)  - 
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore
Constructors in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypebestscore with parameters of type SubSingleBenchmarkResultModifierConstructorDescriptionPickedMoveTypeBestScoreDiffSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)  - 
Uses of SubSingleBenchmarkResult in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore
Constructors in org.optaplanner.benchmark.impl.statistic.subsingle.pickedmovetypestepscore with parameters of type SubSingleBenchmarkResultModifierConstructorDescriptionPickedMoveTypeStepScoreDiffSubSingleStatistic(SubSingleBenchmarkResult subSingleBenchmarkResult)