Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 17 and Version 18 of UsersSamples


Ignore:
Timestamp:
02/17/11 11:34:26 (13 years ago)
Author:
gkronber
Comment:

added download link

Legend:

Unmodified
Added
Removed
Modified
  • UsersSamples

    v17 v18  
    185185[=#GPArtificialAnt]
    186186=== Genetic programming - Artificial Ant Problem ===
     187[attachment:SGP_SantaFe.hl]
    187188[[Image(SantaFe Result.png, width=500, right, margin-right=30, margin-left=30)]]
    188189
     
    253254[=#GPSymbolicClassificationWisconsin]
    254255=== Genetic programming - Symbolic Classification (Wisconsin)===
     256Example for a simple genetic programming algorithm including the Wisconsin breast cancer dataset from the UCI Machine Learning Repository. The engine uses all available GP manipulation operators, single-point cross-over and squared Pearson's correlation coefficient evaluation.
     257
     258The engine reaches an accuracy of ~95% on the test set.
     259This engine is supposed to be a demo for GP in HeuristicLab, the aim is not to find high quality models.
    255260----
    256261