Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of UsersSamples


Ignore:
Timestamp:
06/01/10 16:48:37 (14 years ago)
Author:
mkofler
Comment:

Started working on sample documentation

Legend:

Unmodified
Added
Removed
Modified
  • UsersSamples

    v1 v1  
     1[[PageOutline]]
     2= Samples =
     3This 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 ==