Class LocalSearchExperiment

java.lang.Object
es.urjc.etsii.grafo.experiment.AbstractExperiment<TSPSolution,TSPInstance>
es.urjc.etsii.grafo.TSP.experiments.LocalSearchExperiment

public class LocalSearchExperiment extends AbstractExperiment<TSPSolution,TSPInstance>
  • Constructor Details

    • LocalSearchExperiment

      public LocalSearchExperiment()
  • Method Details

    • getAlgorithms

      public List<Algorithm<TSPSolution,TSPInstance>> 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<TSPSolution,TSPInstance>
      Returns:
      list of algorithms defined in this experiment