OptaPlanner Benchmark 6.0.0.CR1

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)
           
 

Method Detail

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

OptaPlanner Benchmark 6.0.0.CR1

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.