Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2109, comment 3


Ignore:
Timestamp:
10/20/13 20:21:34 (11 years ago)
Author:
sawinkle
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2109, comment 3

    initial v1  
    11r10022:
    22* simplified GEArtificialAntProblem and removed some unused code (e.g. parameter MaximumExpressionDepth is not necessary for an IntegerVector)
     3
    34* extended GEEvaluator to perform a complete, recursive Genotype-To-Phenotype mapping (depth-first approach); currently no "wrapping" of the integer vector is possible; a full tree with the maximum possible nodes filled in is generated, dependent on the integer vector; the Interpreter, Analysers and other classes get reused