Uses of Interface
org.uma.jmetal.algorithm.Algorithm
| Package | Description |
|---|---|
| org.uma.jmetal.algorithm | |
| org.uma.jmetal.algorithm.impl | |
| org.uma.jmetal.util.artificialdecisionmaker | |
| org.uma.jmetal.util.artificialdecisionmaker.impl |
-
Uses of Algorithm in org.uma.jmetal.algorithm
Classes in org.uma.jmetal.algorithm with type parameters of type Algorithm Modifier and Type Interface Description interfaceAlgorithmBuilder<A extends Algorithm<?>>Interface representing algorithm builders -
Uses of Algorithm in org.uma.jmetal.algorithm.impl
Classes in org.uma.jmetal.algorithm.impl that implement Algorithm Modifier and Type Class Description classAbstractCoralReefsOptimization<S,R>Abstract class representing a Coral Reefs Optimization Algorithm Reference: S.classAbstractDifferentialEvolution<Result>Abstract class representing differential evolution (DE) algorithmsclassAbstractEvolutionaryAlgorithm<S,R>Abstract class representing an evolutionary algorithmclassAbstractEvolutionStrategy<S,Result>Abstract class representing an evolution strategy algorithmclassAbstractGeneticAlgorithm<S,Result>Abstract class representing a genetic algorithmclassAbstractLocalSearch<S>classAbstractParticleSwarmOptimization<S,Result>Abstract class representing a PSO algorithmclassAbstractScatterSearch<S,R>Abstract class representing a scatter search algorithm -
Uses of Algorithm in org.uma.jmetal.util.artificialdecisionmaker
Subinterfaces of Algorithm in org.uma.jmetal.util.artificialdecisionmaker Modifier and Type Interface Description interfaceInteractiveAlgorithm<S,R>Classes in org.uma.jmetal.util.artificialdecisionmaker that implement Algorithm Modifier and Type Class Description classArtificialDecisionMaker<S,R> -
Uses of Algorithm in org.uma.jmetal.util.artificialdecisionmaker.impl
Classes in org.uma.jmetal.util.artificialdecisionmaker.impl that implement Algorithm Modifier and Type Class Description classArtificialDecisionMakerDecisionTree<S extends Solution<?>>Class implementing the Towards automatic testing of reference point based interactive methods described in: Ojalehto, V., Podkopaev, D., & Miettinen, K. (2016, September).