ECF 1.5
|
Modules | |
Sequential algorithms | |
Parallel algorithms | |
XCS learning classifier system | |
Classes | |
class | AlgAEliGpea |
Asynchronous elimination global parallel algorithm. More... | |
class | ArtificialBeeColony |
Artificial Bee Colony algorithm (see e.g. http://www.scholarpedia.org/article/Artificial_bee_colony_algorithm) More... | |
class | Clonalg |
Clonal Selection Algorithm (see e.g. http://en.wikipedia.org/wiki/Clonal_Selection_Algorithm). More... | |
class | CuckooSearch |
Cuckoo search (CS) optimization algorithm (see http://en.wikipedia.org/wiki/Cuckoo_search) More... | |
class | DifferentialEvolution |
Differential evolution (DE) optimization algorithm (see e.g. http://en.wikipedia.org/wiki/Differential_evolution) More... | |
class | Elimination |
Elimination (generation gap) algorithm with roulette wheel elimination selection operator. More... | |
class | EvolutionStrategy |
(mu/rho +/, lambda) - Evolution Strategy (ES) algorithm. More... | |
class | GeneticAnnealing |
Genetic annealing algorithm (see e.g. http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.56.7606, http://drdobbs.com/architecture-and-design/184409333?pgno=10) More... | |
class | OptIA |
Optimization Immune Algorithm (opt-IA, see e.g. http://www.artificial-immune-systems.org/algorithms.shtml). More... | |
class | Algorithm |
Algorithm base class. More... | |
class | ParticleSwarmOptimization |
Particle swarm optimization algorithm (see e.g. http://en.wikipedia.org/wiki/Particle_swarm_optimization) More... | |
class | RandomSearch |
Random search algorithm. More... | |
class | RouletteWheel |
Generational algorithm with roulette wheel selection operator. More... | |
class | AlgSGenGpea |
Synchronous generational global parallel algorithm. More... | |
class | SteadyStateTournament |
Steady state algorithm with tournament elimination operator. More... | |
class | ParallelAlgorithm |
Parallel algorithm base class. More... | |
class | XCS |
XCS classifier system. More... | |