OptaPlanner distribution 6.0.0.Beta3

org.optaplanner.benchmark.impl.statistic.improvingsteppercentage
Class ImprovingStepPercentageSingleStatistic

java.lang.Object
  extended by org.optaplanner.benchmark.impl.statistic.AbstractSingleStatistic
      extended by org.optaplanner.benchmark.impl.statistic.improvingsteppercentage.ImprovingStepPercentageSingleStatistic
All Implemented Interfaces:
SingleStatistic

public class ImprovingStepPercentageSingleStatistic
extends AbstractSingleStatistic


Constructor Summary
ImprovingStepPercentageSingleStatistic()
           
ImprovingStepPercentageSingleStatistic(long timeMillisThresholdInterval)
           
 
Method Summary
 void close(Solver solver)
           
 Map<Class<? extends Move>,List<ImprovingStepPercentageSingleStatisticPoint>> getPointLists()
           
 void open(Solver solver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImprovingStepPercentageSingleStatistic

public ImprovingStepPercentageSingleStatistic()

ImprovingStepPercentageSingleStatistic

public ImprovingStepPercentageSingleStatistic(long timeMillisThresholdInterval)
Method Detail

getPointLists

public Map<Class<? extends Move>,List<ImprovingStepPercentageSingleStatisticPoint>> getPointLists()

open

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

close

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

OptaPlanner distribution 6.0.0.Beta3

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