| 1 | [[PageOutline]] |
| 2 | = Samples = |
| 3 | This section provides complementary material for the samples that are shipped with the HeuristicLab 3.3 Optimizer. |
| 4 | |
| 5 | * [#ESGriewank Evolution Strategy - Griewank]: An evolution strategy which solves the 10-dimensional Griewank test function |
| 6 | * [#GATSP Genetic Algorithm - TSP]: A genetic algorithm which solves rge "ch130" travelling salesman problem (imported from TSPLIB) |
| 7 | * Genetic programming for artificial ant problem - A standard genetic programming algorithm for the artificial ant problem (Santa-Fe ant trail) |
| 8 | * Genetic programming for symbolic regression - A standard genetic programming algorithm to solve a symbolic regression problem (Boston Housing dataset) |
| 9 | [=#ESGriewank] |
| 10 | == Evolution Strategy - Griewank == |
| 11 | [=#GATSP] |
| 12 | == Genetic Algorithm - TSP == |