ECF 1.5
|
▼Algorithms | |
Sequential algorithms | |
Parallel algorithms | |
XCS learning classifier system | |
▼Genotypes | |
APGenotype | |
Binary | |
BitString | |
FloatingPoint | |
Permutation | |
▼Tree | |
Tree Primitives | |
GEP | |
▼Evolutionary Framework | |
Main Classes | |
Evolutionary Operators | |
Termination Operators | |
Population | |
Selection Operators | |
▼Examples | |
Symbolic regression (Analytic Programming) | Symbolic regression example - illustration for APGenotype genotype |
CEC 2014 function minimization example (from http://www.ntu.edu.sg/home/EPNSugan/index_files/CEC2014/CEC2014.htm) | CEC 2014 Real-Parameter Single Objective Optimization - using FloatingPoint or Binary genotype |
BBOB function minimization (from http://coco.gforge.inria.fr) | Function minimization example - using FloatingPoint or Binary genotype (see more on this example in help/tutorial.html) |
Function minimization | Function minimization example - using FloatingPoint or Binary genotype (see more on this example in help/tutorial.html) |
OneMax problem | OneMax example - illustration for BitString genotype (see more on this example in help/tutorial.html) |
Traveling Salesperson Problem (TSP) | TSP example - illustration for Permutation genotype (see more on this example in help/tutorial.html) |
Artificial Ant Example (GP) | Artificial ant example |
Symbolic regression (GP) | Symbolic regression example - illustration for Tree genotype (see more on this example in help/tutorial.html) |