aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorEduardo Pedroni <ep625@york.ac.uk>2014-05-07 18:38:27 +0100
committerEduardo Pedroni <ep625@york.ac.uk>2014-05-07 18:38:27 +0100
commit7f89d81e6f8a5ce82d42c3b852b5219edaa4b86c (patch)
treecc069b43e1cdf7cb69456fe7e86e1f51d6ea8642 /res
parent8189116ea4b5db4675e31dfd04a5687d55e29262 (diff)
Removed reflection for now, added fitness orientation support
Diffstat (limited to 'res')
-rw-r--r--res/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/README b/res/README
index b73e257..01d985a 100644
--- a/res/README
+++ b/res/README
@@ -124,7 +124,7 @@ Writing the test for the population copy constructor will require the production
Therefore, two new methods will be written for Chromosome: compareTo and compareActiveTo. Compare returns true if the two chromosomes
are exclusively equivalent, and compareActive returns true if the active nodes within the two chromosomes are exclusively equivalent.
-Compare methods done, including their "dependency": copyOf method in MutableElement. This method is akin to equals(), with the exception that
+Compare methods done, including their "dependency": copyOf method in Mutable. This method is akin to equals(), with the exception that
it returns false when the compared objects are pointers to a common instance.
Minor update: Node now passes only the necessary number of arguments into its function; this allows the node to compute its active