aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
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.
+