diff options
author | Eduardo Pedroni <ep625@york.ac.uk> | 2014-02-13 17:43:59 +0000 |
---|---|---|
committer | Eduardo Pedroni <ep625@york.ac.uk> | 2014-02-13 17:43:59 +0000 |
commit | 3326c58f4d2d7e8c77738277dcd093aa864ad2a5 (patch) | |
tree | 407f574c88254b8327f41a24f4660ae808420311 /README | |
parent | 727801ab8002481fd2d213b45c3b43225b0f73bb (diff) |
Finished population tests, now thinking about methods to compare chromosomes
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |