aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/population
Commit message (Expand)AuthorAgeFilesLines
* Majorly refactored, node grid is fully implemented. About to attempt active p...Eduardo Pedroni2014-03-237-94/+146
* Started refactoring backend in preparation for integration with the GUIEduardo Pedroni2014-03-094-67/+34
* Slowly refactoring Parameters to fit the GUI a little better...Eduardo Pedroni2014-03-084-5/+5
* Light refactoring, a good amount of testing done, added some new functions.Eduardo Pedroni2014-02-165-1/+35
* Population and Chromosome classes refactored so that EAs are easier to implem...Eduardo Pedroni2014-02-157-53/+64
* Generic data type functionality implemented. All tests were refactored to ref...Eduardo Pedroni2014-02-145-7/+8
* Added methods in Chromosome to compare active and all nodes. Associated tests...Eduardo Pedroni2014-02-136-38/+146
* Finished population tests, now thinking about methods to compare chromosomesEduardo Pedroni2014-02-131-11/+12
* Added a few more tests, be back after the meeting.Eduardo Pedroni2014-02-122-10/+9
* Finished writing chromosome tests, implemented active node detection, started...Eduardo Pedroni2014-02-115-10/+38
* Implemented more tests, refactored chromosome more, added the beginnings of a...Eduardo Pedroni2014-02-116-78/+179
* Updated README, made a few changes to Chromosome's mutation methods, will be ...Eduardo Pedroni2014-02-111-0/+46
* Worked on more tests, finished restructuring resourcesEduardo Pedroni2014-02-111-23/+28
* Refactored the resources mechanics, implemented a few of the chromosome testsEduardo Pedroni2014-02-107-19/+47
* Started work on StandardEA, will require some modifications.Eduardo Pedroni2014-02-041-0/+4
* Added fitness evaluation mechanism, though it might not be a very good design...Eduardo Pedroni2014-02-045-3/+26
* Fixed FunctionSet issue, planned testbench evaluator interface, will implemen...Eduardo Pedroni2014-02-032-65/+56
* Added lots of utility methods for initialisation and mutation; the foundation...Eduardo Pedroni2014-01-316-25/+88
* Created most of the classes that will be necessary, content is blank for now.Eduardo Pedroni2014-01-317-0/+201