Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 5 and Version 14 of Ticket #2109


Ignore:
Timestamp:
12/14/13 11:03:21 (10 years ago)
Author:
sawinkle
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2109 – Description

    v5 v14  
    1 Implementation of the genotype-to-phenotype mapping process for Grammatical Evolution.
    2 This includes the creation of a SymbolicExpressionTree (phenotype) out of an IntegerVector (genotype), using a SymbolicExpressionGrammar.
    3 The implementation should be testet with several selected problems, e.g. the Artificial Ant problem.
     1Implementation of Grammatical Evolution (its genotype-to-phenotype mapping) in HL.[[BR]]
     2This includes the creation of a SymbolicExpressionTree (phenotype) out of an IntegerVector (genotype), using a SymbolicExpressionGrammar.[[BR]]
     3The implementation should be tested by adapting the Artificial Ant problem and the Symbolic Regression problem.