Uses of Interface
org.uma.jmetal.util.artificialdecisionmaker.InteractiveAlgorithm
Packages that use InteractiveAlgorithm
Package
Description
-
Uses of InteractiveAlgorithm in org.uma.jmetal.util.artificialdecisionmaker
Fields in org.uma.jmetal.util.artificialdecisionmaker declared as InteractiveAlgorithmModifier and TypeFieldDescriptionprotected InteractiveAlgorithm<S, R> ArtificialDecisionMaker.algorithmConstructors in org.uma.jmetal.util.artificialdecisionmaker with parameters of type InteractiveAlgorithmModifierConstructorDescriptionArtificialDecisionMaker(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 InteractiveAlgorithmModifier and TypeMethodDescriptionArtificiallDecisionMakerBuilder.setAlgorithm(InteractiveAlgorithm<S, List<S>> algorithm) Constructors in org.uma.jmetal.util.artificialdecisionmaker.impl with parameters of type InteractiveAlgorithmModifierConstructorDescriptionArtificialDecisionMakerDecisionTree(Problem<S> problem, InteractiveAlgorithm<S, List<S>> algorithm, double considerationProbability, double tolerance, int maxEvaluations, List<Double> rankingCoeficient, List<Double> asp) ArtificiallDecisionMakerBuilder(Problem<S> problem, InteractiveAlgorithm<S, List<S>> algorithm) ArtificiallDecisionMakerBuilder constructor