jInfer

cz.cuni.mff.ksi.jinfer.iss.experiments.sets
Class ChainedIHs1

java.lang.Object
  extended by cz.cuni.mff.ksi.jinfer.iss.experiments.AbstractExperimentSet
      extended by cz.cuni.mff.ksi.jinfer.iss.experiments.sets.AbstractChainedIHs
          extended by cz.cuni.mff.ksi.jinfer.iss.experiments.sets.ChainedIHs1
All Implemented Interfaces:
NamedModule, ExperimentSet

public class ChainedIHs1
extends AbstractChainedIHs

Experiment testing the performance of Scenario 1: RR, MUT, RR, CX, RW.


Field Summary
 
Fields inherited from class cz.cuni.mff.ksi.jinfer.iss.experiments.AbstractExperimentSet
POOL_SIZE, resultCsv
 
Constructor Summary
ChainedIHs1()
           
 
Method Summary
protected  List<ImprovementHeuristic> getIHs()
           
 String getName()
          Returns a user friendly yet unique name of the module.
protected  void notifyFinishedAll()
          Notification that the experiment set has finished.
 
Methods inherited from class cz.cuni.mff.ksi.jinfer.iss.experiments.sets.AbstractChainedIHs
getExperiments, notifyFinished
 
Methods inherited from class cz.cuni.mff.ksi.jinfer.iss.experiments.AbstractExperimentSet
getDisplayName, getModuleDescription, notifyStart, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainedIHs1

public ChainedIHs1()
Method Detail

getName

public String getName()
Description copied from interface: NamedModule
Returns a user friendly yet unique name of the module.

Returns:
Unique module name.

getIHs

protected List<ImprovementHeuristic> getIHs()
Specified by:
getIHs in class AbstractChainedIHs

notifyFinishedAll

protected void notifyFinishedAll()
Description copied from class: AbstractExperimentSet
Notification that the experiment set has finished. We do not want to force descendants to override this, thus it is not abstract.

Overrides:
notifyFinishedAll in class AbstractExperimentSet

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011