From ccdecd80ffe482fbe994515e98eeae68fb4ca401 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Tue, 11 Feb 2014 22:17:30 +0000 Subject: Finished writing chromosome tests, implemented active node detection, started writing node tests. --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 18e3ebe..40a2c5a 100644 --- a/README +++ b/README @@ -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. + -- cgit v1.2.3