Modifier and Type | Method and Description |
---|---|
PureSingleStatistic |
SingleStatisticType.buildPureSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
Modifier and Type | Method and Description |
---|---|
SingleBenchmarkResult |
SingleBenchmarkRunner.getSingleBenchmarkResult() |
Constructor and Description |
---|
SingleBenchmarkRunner(SingleBenchmarkResult singleBenchmarkResult) |
Modifier and Type | Method and Description |
---|---|
File |
BenchmarkAggregator.aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList) |
File |
BenchmarkAggregator.aggregate(List<SingleBenchmarkResult> singleBenchmarkResultList,
Map<SolverBenchmarkResult,String> solverBenchamkarkResultNameMap) |
Modifier and Type | Method and Description |
---|---|
int |
SingleBenchmarkRankingComparator.compare(SingleBenchmarkResult a,
SingleBenchmarkResult b) |
Modifier and Type | Method and Description |
---|---|
protected static SingleBenchmarkResult |
SingleBenchmarkResult.createMerge(SolverBenchmarkResult solverBenchmarkResult,
ProblemBenchmarkResult problemBenchmarkResult,
SingleBenchmarkResult oldResult) |
SingleBenchmarkResult |
SolverBenchmarkResult.findSingleBenchmark(ProblemBenchmarkResult problemBenchmarkResult) |
SingleBenchmarkResult |
ProblemBenchmarkResult.getWinningSingleBenchmarkResult() |
SingleBenchmarkResult |
ProblemBenchmarkResult.getWorstSingleBenchmarkResult() |
Modifier and Type | Method and Description |
---|---|
List<SingleBenchmarkResult> |
SolverBenchmarkResult.getSingleBenchmarkResultList() |
List<SingleBenchmarkResult> |
ProblemBenchmarkResult.getSingleBenchmarkResultList() |
Modifier and Type | Method and Description |
---|---|
protected static SingleBenchmarkResult |
SingleBenchmarkResult.createMerge(SolverBenchmarkResult solverBenchmarkResult,
ProblemBenchmarkResult problemBenchmarkResult,
SingleBenchmarkResult oldResult) |
void |
ProblemBenchmarkResult.writeOutputSolution(SingleBenchmarkResult singleBenchmarkResult,
org.optaplanner.core.api.domain.solution.Solution outputSolution) |
Modifier and Type | Method and Description |
---|---|
static PlannerBenchmarkResult |
PlannerBenchmarkResult.createMergedResult(List<SingleBenchmarkResult> singleBenchmarkResultList) |
protected static Map<SolverBenchmarkResult,SolverBenchmarkResult> |
SolverBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult,
List<SingleBenchmarkResult> singleBenchmarkResultList) |
protected static Map<ProblemBenchmarkResult,ProblemBenchmarkResult> |
ProblemBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult,
List<SingleBenchmarkResult> singleBenchmarkResultList) |
protected static PlannerBenchmarkResult |
PlannerBenchmarkResult.createMergeSingleton(List<SingleBenchmarkResult> singleBenchmarkResultList) |
void |
SolverBenchmarkResult.setSingleBenchmarkResultList(List<SingleBenchmarkResult> singleBenchmarkResultList) |
void |
ProblemBenchmarkResult.setSingleBenchmarkResultList(List<SingleBenchmarkResult> singleBenchmarkResultList) |
Modifier and Type | Field and Description |
---|---|
protected SingleBenchmarkResult |
SingleStatistic.singleBenchmarkResult |
Modifier and Type | Method and Description |
---|---|
SingleBenchmarkResult |
SingleStatistic.getSingleBenchmarkResult() |
Modifier and Type | Method and Description |
---|---|
abstract SingleStatistic |
ProblemStatistic.createSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
void |
SingleStatistic.setSingleBenchmarkResult(SingleBenchmarkResult singleBenchmarkResult) |
Constructor and Description |
---|
ProblemBasedSingleStatistic(SingleBenchmarkResult singleBenchmarkResult,
ProblemStatisticType problemStatisticType) |
PureSingleStatistic(SingleBenchmarkResult singleBenchmarkResult,
SingleStatisticType singleStatisticType) |
SingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
Modifier and Type | Method and Description |
---|---|
SingleStatistic |
BestScoreProblemStatistic.createSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
Constructor and Description |
---|
BestScoreSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
Modifier and Type | Method and Description |
---|---|
SingleStatistic |
BestSolutionMutationProblemStatistic.createSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
Constructor and Description |
---|
BestSolutionMutationSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
Modifier and Type | Method and Description |
---|---|
SingleStatistic |
CalculateCountProblemStatistic.createSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
Constructor and Description |
---|
CalculateCountSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
CalculateCountSingleStatistic(SingleBenchmarkResult singleBenchmarkResult,
long timeMillisThresholdInterval) |
Modifier and Type | Method and Description |
---|---|
SingleStatistic |
MemoryUseProblemStatistic.createSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
Constructor and Description |
---|
MemoryUseSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
MemoryUseSingleStatistic(SingleBenchmarkResult singleBenchmarkResult,
long timeMillisThresholdInterval) |
Modifier and Type | Method and Description |
---|---|
SingleStatistic |
MoveCountPerStepProblemStatistic.createSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
Constructor and Description |
---|
MoveCountPerStepSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
Constructor and Description |
---|
ConstraintMatchTotalBestScoreSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
Constructor and Description |
---|
ConstraintMatchTotalStepScoreSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
Constructor and Description |
---|
PickedMoveTypeBestScoreDiffSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
Constructor and Description |
---|
PickedMoveTypeStepScoreDiffSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
Modifier and Type | Method and Description |
---|---|
SingleStatistic |
StepScoreProblemStatistic.createSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
Constructor and Description |
---|
StepScoreSingleStatistic(SingleBenchmarkResult singleBenchmarkResult) |
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.