Modifier and Type | Method and Description |
---|---|
ProblemStatistic |
ProblemStatisticType.buildProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult) |
Modifier and Type | Method and Description |
---|---|
ProblemBenchmarkResult |
SingleBenchmarkResult.getProblemBenchmarkResult() |
Modifier and Type | Method and Description |
---|---|
protected static <Solution_> |
ProblemBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult,
List<SingleBenchmarkResult> singleBenchmarkResultList) |
protected static <Solution_> |
ProblemBenchmarkResult.createMergeMap(PlannerBenchmarkResult newPlannerBenchmarkResult,
List<SingleBenchmarkResult> singleBenchmarkResultList) |
List<ProblemBenchmarkResult> |
PlannerBenchmarkResult.getUnifiedProblemBenchmarkResultList() |
Modifier and Type | Method and Description |
---|---|
protected static SingleBenchmarkResult |
SingleBenchmarkResult.createMerge(SolverBenchmarkResult solverBenchmarkResult,
ProblemBenchmarkResult problemBenchmarkResult,
SingleBenchmarkResult oldResult) |
SingleBenchmarkResult |
SolverBenchmarkResult.findSingleBenchmark(ProblemBenchmarkResult problemBenchmarkResult) |
void |
SingleBenchmarkResult.setProblemBenchmarkResult(ProblemBenchmarkResult problemBenchmarkResult) |
Modifier and Type | Method and Description |
---|---|
void |
PlannerBenchmarkResult.setUnifiedProblemBenchmarkResultList(List<ProblemBenchmarkResult> unifiedProblemBenchmarkResultList) |
Constructor and Description |
---|
SingleBenchmarkResult(SolverBenchmarkResult solverBenchmarkResult,
ProblemBenchmarkResult problemBenchmarkResult) |
Modifier and Type | Field and Description |
---|---|
protected ProblemBenchmarkResult<Object> |
ProblemStatistic.problemBenchmarkResult |
Modifier and Type | Method and Description |
---|---|
ProblemBenchmarkResult |
ProblemStatistic.getProblemBenchmarkResult() |
Modifier and Type | Method and Description |
---|---|
void |
ProblemStatistic.setProblemBenchmarkResult(ProblemBenchmarkResult problemBenchmarkResult) |
Constructor and Description |
---|
ProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult,
ProblemStatisticType problemStatisticType) |
Constructor and Description |
---|
BestScoreProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult) |
Constructor and Description |
---|
BestSolutionMutationProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult) |
Constructor and Description |
---|
MemoryUseProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult) |
Constructor and Description |
---|
MoveCountPerStepProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult) |
Constructor and Description |
---|
ScoreCalculationSpeedProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult) |
Constructor and Description |
---|
StepScoreProblemStatistic(ProblemBenchmarkResult problemBenchmarkResult) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.