diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -85,3 +85,9 @@ takes advantage of common Nodes to save memory. Additionally, this will require the chromosome and simply be triggered from the Mutator. This reduces the number of Utilities functions, which is not necessarily a problem. +7/2 + +The resource classes have been refactored so that tests can be implemented more easily. Parameters, Utilities and TruthTable +are now top-level classes and work independently from CGP, allowing them to be initialised for testing purposes. Some chromosome +tests have been written and more tests will be written in the next few days. + |