From 3fc4bf4a2ea7c6cff9810b76964dd3c1388c0b3f Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Tue, 11 Feb 2014 08:30:36 +0000 Subject: Updated README, made a few changes to Chromosome's mutation methods, will be working on that throughout the day --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') diff --git a/README b/README index 6040391..3095efa 100644 --- a/README +++ b/README @@ -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. + -- cgit v1.2.3