diff options
author | Eduardo Pedroni <ep625@york.ac.uk> | 2014-02-11 22:17:30 +0000 |
---|---|---|
committer | Eduardo Pedroni <ep625@york.ac.uk> | 2014-02-11 22:17:30 +0000 |
commit | ccdecd80ffe482fbe994515e98eeae68fb4ca401 (patch) | |
tree | 50013c63d2e524ac69350256dd87fc0902dce0f9 /README | |
parent | dd3b6446671f31d716eb07e546c6150b4d080abd (diff) |
Finished writing chromosome tests, implemented active node detection, started writing node tests.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -103,4 +103,7 @@ Cloning has been tested and is working. Active node detection will be implemented via a getActiveNodes() method in Chromosome. The chromosome is notified whenever one of its nodes or outputs is mutated, and re-computes the list of active elements when it is required. It does so by recursively -acquiring node connections and copying them to a separate list.
\ No newline at end of file +acquiring node connections and copying them to a separate list, unless they are already on the list. + +All chromosome tests have been implemented. + |