aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/population/Population.java
Commit message (Expand)AuthorAgeFilesLines
* Started refactoring backend in preparation for integration with the GUIEduardo Pedroni2014-03-091-39/+11
* Slowly refactoring Parameters to fit the GUI a little better...Eduardo Pedroni2014-03-081-1/+1
* Population and Chromosome classes refactored so that EAs are easier to implem...Eduardo Pedroni2014-02-151-39/+57
* 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-121-9/+9
* Implemented more tests, refactored chromosome more, added the beginnings of a...Eduardo Pedroni2014-02-111-4/+1
* Refactored the resources mechanics, implemented a few of the chromosome testsEduardo Pedroni2014-02-101-1/+1
* 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-041-0/+2
* Fixed FunctionSet issue, planned testbench evaluator interface, will implemen...Eduardo Pedroni2014-02-031-12/+11
* Added lots of utility methods for initialisation and mutation; the foundation...Eduardo Pedroni2014-01-311-4/+9
* Created most of the classes that will be necessary, content is blank for now.Eduardo Pedroni2014-01-311-0/+46