aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorEduardo Pedroni <ep625@york.ac.uk>2014-02-13 17:43:59 +0000
committerEduardo Pedroni <ep625@york.ac.uk>2014-02-13 17:43:59 +0000
commit3326c58f4d2d7e8c77738277dcd093aa864ad2a5 (patch)
tree407f574c88254b8327f41a24f4660ae808420311 /README
parent727801ab8002481fd2d213b45c3b43225b0f73bb (diff)
Finished population tests, now thinking about methods to compare chromosomes
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index f08fe1b..bf92331 100644
--- a/README
+++ b/README
@@ -114,5 +114,12 @@ Node tests done. Added exception support for Function in case not enough argumen
Chromosome tests refactored to include the special case where columns = 1.
Input and output tests written.
+Population tests under way.
+
+
+13/2
+
+Writing the test for the population copy constructor will require the production of a method which compares two chromosomes.
+It might be useful to incorporate this into the program as it is an interesting utility function.