| 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.
|
class |
AbstractScatterSearch<S extends Solution<?>,R>
Created by Antonio J.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AlgorithmBuilder<A extends Algorithm<?>>
Created by ajnebro on 3/1/15.
|
| 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<S> |
ExperimentConfigurationBuilder.setAlgorithmList(List<? extends Algorithm<?>> algorithmList) |
Copyright © 2015. All rights reserved.