OptaPlanner distribution 6.0.0.CR3

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(Solver solver)
           
 void open(Solver solver)
           
 

Method Detail

open

void open(Solver solver)
Parameters:
solver - never null

close

void close(Solver solver)
Parameters:
solver - never null

OptaPlanner distribution 6.0.0.CR3

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