aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorEduardo Pedroni <ep625@york.ac.uk>2014-03-15 18:00:11 +0000
committerEduardo Pedroni <ep625@york.ac.uk>2014-03-15 18:00:11 +0000
commitd3527a63e12c0e5288f1e7d2e2dc18e61d16b760 (patch)
tree95a134d7d9a2e1409040cf41240c6d522cf31a06 /README
parentc0269683bcc7fde0d437ae84cd89a93d9d8fd81b (diff)
Did some more refactoring, fixed issues with eclipse crashing.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 529a270..982f18e 100644
--- a/README
+++ b/README
@@ -166,4 +166,9 @@ Added some more functions.
8/3
-Adding GUI package, refactoring CGP class to interact appropriately with GUI. \ No newline at end of file
+Adding GUI package, refactoring CGP class to interact appropriately with GUI.
+
+15/3
+
+Currently refactoring Parameters. It is now a part of CGP.class as stated in the phase report. The rest of the program will now be refactored to accommodate these changes. Inversion of
+will be employed to avoid static accesses to CGP, and the tests will be modified accordingly. This will allow multiple instances of CGP to co-exist. \ No newline at end of file