diff options
author | Eduardo Pedroni <ep625@york.ac.uk> | 2014-03-15 18:00:11 +0000 |
---|---|---|
committer | Eduardo Pedroni <ep625@york.ac.uk> | 2014-03-15 18:00:11 +0000 |
commit | d3527a63e12c0e5288f1e7d2e2dc18e61d16b760 (patch) | |
tree | 95a134d7d9a2e1409040cf41240c6d522cf31a06 /README | |
parent | c0269683bcc7fde0d437ae84cd89a93d9d8fd81b (diff) |
Did some more refactoring, fixed issues with eclipse crashing.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |