Uses of Interface
org.uma.jmetal.algorithm.InteractiveAlgorithm
| Package | Description |
|---|---|
| org.uma.jmetal.util.artificialdecisionmaker | |
| org.uma.jmetal.util.artificialdecisionmaker.impl |
-
Uses of InteractiveAlgorithm in org.uma.jmetal.util.artificialdecisionmaker
Fields in org.uma.jmetal.util.artificialdecisionmaker declared as InteractiveAlgorithm Modifier and Type Field Description protected InteractiveAlgorithm<S,R>ArtificialDecisionMaker. algorithmConstructors in org.uma.jmetal.util.artificialdecisionmaker with parameters of type InteractiveAlgorithm Constructor Description ArtificialDecisionMaker(Problem<S> problem, InteractiveAlgorithm<S,R> algorithm) -
Uses of InteractiveAlgorithm in org.uma.jmetal.util.artificialdecisionmaker.impl
Methods in org.uma.jmetal.util.artificialdecisionmaker.impl with parameters of type InteractiveAlgorithm Modifier and Type Method Description ArtificiallDecisionMakerBuilder<S>ArtificiallDecisionMakerBuilder. setAlgorithm(InteractiveAlgorithm<S,java.util.List<S>> algorithm)Constructors in org.uma.jmetal.util.artificialdecisionmaker.impl with parameters of type InteractiveAlgorithm Constructor Description ArtificialDecisionMakerDecisionTree(Problem<S> problem, InteractiveAlgorithm<S,java.util.List<S>> algorithm, double considerationProbability, double tolerance, int maxEvaluations, java.util.List<java.lang.Double> rankingCoeficient, java.util.List<java.lang.Double> asp)ArtificiallDecisionMakerBuilder(Problem<S> problem, InteractiveAlgorithm<S,java.util.List<S>> algorithm)ArtificiallDecisionMakerBuilder constructor