aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/population/Population.java
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Eduardo Pedroni2014-02-111-4/+1
| | | | active node detection
* 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 ↵Eduardo Pedroni2014-02-041-0/+2
| | | | design. Tests will be done to verify that.
* Fixed FunctionSet issue, planned testbench evaluator interface, will ↵Eduardo Pedroni2014-02-031-12/+11
| | | | implement tomorrow.
* Added lots of utility methods for initialisation and mutation; the ↵Eduardo Pedroni2014-01-311-4/+9
| | | | foundation is laid down and probably works, now it's time to test it and implement the standard CGP modules.
* Created most of the classes that will be necessary, content is blank for now.Eduardo Pedroni2014-01-311-0/+46