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. |
| 1 | Implementation of Grammatical Evolution (its genotype-to-phenotype mapping) in HL.[[BR]] |
| 2 | This includes the creation of a SymbolicExpressionTree (phenotype) out of an IntegerVector (genotype), using a SymbolicExpressionGrammar.[[BR]] |
| 3 | The implementation should be tested by adapting the Artificial Ant problem and the Symbolic Regression problem. |