| Package | Description |
|---|---|
| org.uma.jmetal.algorithm.impl | |
| org.uma.jmetal.util | |
| org.uma.jmetal.util.experiment.util |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCoralReefsOptimization<S,R>
Abstract class representing a Coral Reefs Optimization Algorithm
Reference: S.
|
class |
AbstractDifferentialEvolution<Result>
Abstract class representing differential evolution (DE) algorithms
|
class |
AbstractEvolutionaryAlgorithm<S,R>
Abstract class representing an evolutionary algorithm
|
class |
AbstractEvolutionStrategy<S,Result>
Abstract class representing an evolution strategy algorithm
|
class |
AbstractGeneticAlgorithm<S,Result>
Abstract class representing a genetic algorithm
|
class |
AbstractParticleSwarmOptimization<S,Result>
Abstract class representing a PSO algorithm
|
class |
AbstractScatterSearch<S,R>
Abstract class representing a scatter search algorithm
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AlgorithmBuilder<A extends Algorithm<?>>
Interface representing algorithm builders
|
| Constructor and Description |
|---|
Executor(Algorithm<?> algorithm) |
| Modifier and Type | Method and Description |
|---|---|
Algorithm<Result> |
ExperimentAlgorithm.getAlgorithm() |
| Constructor and Description |
|---|
ExperimentAlgorithm(Algorithm<Result> algorithm,
String problemTag) |
ExperimentAlgorithm(Algorithm<Result> algorithm,
String algorithmTag,
String problemTag)
Constructor
|
Copyright © 2017. All rights reserved.