org.optaplanner.benchmark.impl.statistic
Interface SingleStatistic
- All Known Implementing Classes:
- AbstractSingleStatistic, BestScoreSingleStatistic, BestSolutionMutationSingleStatistic, CalculateCountSingleStatistic, ImprovingStepPercentageSingleStatistic, MemoryUseSingleStatistic, MoveCountPerStepSingleStatistic, StepScoreSingleStatistic
public interface SingleStatistic
1 statistic of SingleBenchmark
|
Method Summary |
void |
close(org.optaplanner.core.api.solver.Solver solver)
|
void |
open(org.optaplanner.core.api.solver.Solver solver)
|
open
void open(org.optaplanner.core.api.solver.Solver solver)
- Parameters:
solver - never null
close
void close(org.optaplanner.core.api.solver.Solver solver)
- Parameters:
solver - never null
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.