| Modifier and Type | Interface and Description |
|---|---|
interface |
InteractiveAlgorithm<S,R> |
| 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 | Class and Description |
|---|---|
class |
ArtificialDecisionMaker<S,R> |
| Modifier and Type | Class and Description |
|---|---|
class |
ArtificialDecisionMakerDecisionTree<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).
|
| 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 © 2018. All rights reserved.