Class ArtificialDecisionMakerDecisionTree<S extends Solution<?>>

java.lang.Object
org.uma.jmetal.util.artificialdecisionmaker.ArtificialDecisionMaker<S,List<S>>
org.uma.jmetal.util.artificialdecisionmaker.impl.ArtificialDecisionMakerDecisionTree<S>
All Implemented Interfaces:
Serializable, Runnable, Algorithm<List<S>>

public class ArtificialDecisionMakerDecisionTree<S extends Solution<?>> extends ArtificialDecisionMaker<S,List<S>>
Class implementing the Towards automatic testing of reference point based interactive methods described in: Ojalehto, V., Podkopaev, D., invalid input: '&' Miettinen, K. (2016, September). Towards automatic testing of reference point based interactive methods. In International Conference on Parallel Problem Solving from Nature (pp. 483-492). Springer, Cham.
Author:
Cristobal Barba invalid input: '<'cbarba@lcc.uma.es>
See Also: