| Package | Description |
|---|---|
| org.uma.jmetal.algorithm.impl | |
| org.uma.jmetal.util | |
| org.uma.jmetal.util.experiment |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDifferentialEvolution<Result>
Abstract class representing differential evolution (DE) algorithms
|
class |
AbstractEvolutionaryAlgorithm<S extends Solution,R>
Created by Antonio J.
|
class |
AbstractEvolutionStrategy<S extends Solution,Result>
Created by ajnebro on 26/10/14.
|
class |
AbstractGeneticAlgorithm<S extends Solution,Result>
Created by ajnebro on 26/10/14.
|
class |
AbstractParticleSwarmOptimization<S extends Solution,Result>
Created by ajnebro on 26/10/14.
|
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
AlgorithmBuilder.build() |
| Constructor and Description |
|---|
Executor(Algorithm algorithm) |
| Modifier and Type | Method and Description |
|---|---|
List<Algorithm> |
ExperimentConfigurationBuilder.getAlgorithmList() |
List<Algorithm> |
ExperimentConfiguration.getAlgorithmList() |
| Modifier and Type | Method and Description |
|---|---|
ExperimentConfigurationBuilder |
ExperimentConfigurationBuilder.setAlgorithmList(List<Algorithm> algorithmList) |
Copyright © 2015. All rights reserved.