Modifier and Type | Method and Description |
---|---|
List<ProblemBenchmark> |
ProblemBenchmarksConfig.buildProblemBenchmarkList(DefaultPlannerBenchmark plannerBenchmark,
SolverBenchmark solverBenchmark) |
Modifier and Type | Method and Description |
---|---|
ProblemBenchmark |
SingleBenchmark.getProblemBenchmark() |
Modifier and Type | Method and Description |
---|---|
List<ProblemBenchmark> |
SolverBenchmark.getProblemBenchmarkList() |
List<ProblemBenchmark> |
DefaultPlannerBenchmark.getUnifiedProblemBenchmarkList() |
Modifier and Type | Method and Description |
---|---|
SingleBenchmark |
SolverBenchmark.findSingleBenchmark(ProblemBenchmark problemBenchmark) |
Modifier and Type | Method and Description |
---|---|
void |
SolverBenchmark.setProblemBenchmarkList(List<ProblemBenchmark> problemBenchmarkList) |
void |
DefaultPlannerBenchmark.setUnifiedProblemBenchmarkList(List<ProblemBenchmark> unifiedProblemBenchmarkList) |
Constructor and Description |
---|
SingleBenchmark(SolverBenchmark solverBenchmark,
ProblemBenchmark problemBenchmark) |
Modifier and Type | Field and Description |
---|---|
protected ProblemBenchmark |
AbstractProblemStatistic.problemBenchmark |
Modifier and Type | Method and Description |
---|---|
ProblemBenchmark |
AbstractProblemStatistic.getProblemBenchmark() |
Modifier and Type | Method and Description |
---|---|
ProblemStatistic |
ProblemStatisticType.create(ProblemBenchmark problemBenchmark) |
Constructor and Description |
---|
AbstractProblemStatistic(ProblemBenchmark problemBenchmark,
ProblemStatisticType problemStatisticType) |
Constructor and Description |
---|
BestScoreProblemStatistic(ProblemBenchmark problemBenchmark) |
Constructor and Description |
---|
BestSolutionMutationProblemStatistic(ProblemBenchmark problemBenchmark) |
Constructor and Description |
---|
CalculateCountProblemStatistic(ProblemBenchmark problemBenchmark) |
Constructor and Description |
---|
ImprovingStepPercentageProblemStatistic(ProblemBenchmark problemBenchmark) |
Constructor and Description |
---|
MemoryUseProblemStatistic(ProblemBenchmark problemBenchmark) |
Constructor and Description |
---|
MoveCountPerStepProblemStatistic(ProblemBenchmark problemBenchmark) |
Constructor and Description |
---|
StepScoreProblemStatistic(ProblemBenchmark problemBenchmark) |
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.