Class ComplexityExperiment

java.lang.Object
es.urjc.etsii.grafo.experiment.AbstractExperiment<ACSolution,ACInstance>
es.urjc.etsii.grafo.autoconfigtests.ComplexityExperiment

public class ComplexityExperiment extends AbstractExperiment<ACSolution,ACInstance>
  • Constructor Details

    • ComplexityExperiment

      public ComplexityExperiment()
  • Method Details

    • getAlgorithms

      public List<Algorithm<ACSolution,ACInstance>> getAlgorithms()
      Description copied from class: AbstractExperiment
      Get list of algorithms defined in this experiment. Each experiment can define a different set of algorithms. Although the same algorithm can be used several times in the same experiment, if you return the same configuration for the same algorithm an exception will be thrown.
      Specified by:
      getAlgorithms in class AbstractExperiment<ACSolution,ACInstance>
      Returns:
      list of algorithms defined in this experiment