Guides
Base Classes
Everything that form an algorithm derive from the following base classes:
Operators derive Selector
, Evaluator
, and Variator
.
Algorithms derive Algorithm
.
Representations derive Individual
; Population
models a population.
Getting Started
Begin with the OneMax Problem: Getting Started with OneMax
Genetic programming: Symbolic Regression with Genetic Programming
Custom selectors: Creating a Custom Selector
Custom algorithms: Creating a Custom Controller
Advanced Tutorials
Modify the behaviour of existing operators: Modifying Operators with the Interceptor Pattern
Collect runtime statistics with
Accountant
: Collect Runtime Statistics with Accountant.