Uses of Class
org.uma.jmetal.component.algorithm.EvolutionaryAlgorithm
| Package | Description |
|---|---|
| org.uma.jmetal.component.algorithm.multiobjective | |
| org.uma.jmetal.component.algorithm.singleobjective |
-
Uses of EvolutionaryAlgorithm in org.uma.jmetal.component.algorithm.multiobjective
Methods in org.uma.jmetal.component.algorithm.multiobjective that return EvolutionaryAlgorithm Modifier and Type Method Description EvolutionaryAlgorithm<S>MOEADBuilder. build()EvolutionaryAlgorithm<DoubleSolution>MOEADDEBuilder. build()EvolutionaryAlgorithm<S>NSGAIIBuilder. build()EvolutionaryAlgorithm<S>SMSEMOABuilder. build() -
Uses of EvolutionaryAlgorithm in org.uma.jmetal.component.algorithm.singleobjective
Methods in org.uma.jmetal.component.algorithm.singleobjective that return EvolutionaryAlgorithm Modifier and Type Method Description EvolutionaryAlgorithm<S>GeneticAlgorithmBuilder. build()