aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/population/Output.java
Commit message (Expand)AuthorAgeFilesLines
* Majorly refactored, node grid is fully implemented. About to attempt active p...Eduardo Pedroni2014-03-231-12/+19
* Started refactoring backend in preparation for integration with the GUIEduardo Pedroni2014-03-091-5/+0
* Slowly refactoring Parameters to fit the GUI a little better...Eduardo Pedroni2014-03-081-1/+1
* Light refactoring, a good amount of testing done, added some new functions.Eduardo Pedroni2014-02-161-1/+5
* Population and Chromosome classes refactored so that EAs are easier to implem...Eduardo Pedroni2014-02-151-1/+3
* Generic data type functionality implemented. All tests were refactored to ref...Eduardo Pedroni2014-02-141-1/+1
* Added methods in Chromosome to compare active and all nodes. Associated tests...Eduardo Pedroni2014-02-131-2/+28
* Added a few more tests, be back after the meeting.Eduardo Pedroni2014-02-121-1/+0
* Finished writing chromosome tests, implemented active node detection, started...Eduardo Pedroni2014-02-111-2/+5
* Implemented more tests, refactored chromosome more, added the beginnings of a...Eduardo Pedroni2014-02-111-12/+12
* Refactored the resources mechanics, implemented a few of the chromosome testsEduardo Pedroni2014-02-101-2/+12
* Added fitness evaluation mechanism, though it might not be a very good design...Eduardo Pedroni2014-02-041-0/+7
* Added lots of utility methods for initialisation and mutation; the foundation...Eduardo Pedroni2014-01-311-2/+9
* Created most of the classes that will be necessary, content is blank for now.Eduardo Pedroni2014-01-311-0/+11