Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 3 of UsersSamples


Ignore:
Timestamp:
06/01/10 17:28:17 (14 years ago)
Author:
mkofler
Comment:

Added templates for GP samples

Legend:

Unmodified
Added
Removed
Modified
  • UsersSamples

    v2 v3  
    55 * [#ESGriewank Evolution Strategy - Griewank]: An evolution strategy which solves the 10-dimensional Griewank test function
    66 * [#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)
     7 * [#GPAA Genetic programming for artificial ant problem]: A standard genetic programming algorithm for the artificial ant problem (Santa-Fe ant trail)
     8 * [#GPSR Genetic programming for symbolic regression]: A standard genetic programming algorithm to solve a symbolic regression problem (Boston Housing dataset)
    99
    1010[=#ESGriewank]
     
    5959 * !SolutionCreator: !RandomPermutationCreator
    6060 * !UseDistanceMatrix: True
     61
     62[=#GPAA]
     63== Genetic programming for artificial ant problem ==
     64''A description will follow shortly''
     65
     66[=#GPSR]
     67== Genetic programming for symbolic regression ==
     68''A description will follow shortly''