Class ComplexityExperiment
java.lang.Object
es.urjc.etsii.grafo.experiment.AbstractExperiment<ACSolution,ACInstance>
es.urjc.etsii.grafo.autoconfigtests.ComplexityExperiment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet list of algorithms defined in this experiment.Methods inherited from class es.urjc.etsii.grafo.experiment.AbstractExperiment
getName
-
Constructor Details
-
ComplexityExperiment
public ComplexityExperiment()
-
-
Method Details
-
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 classAbstractExperiment<ACSolution,
ACInstance> - Returns:
- list of algorithms defined in this experiment
-