aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/population/Node.java
Commit message (Collapse)AuthorAgeFilesLines
* Population and Chromosome classes refactored so that EAs are easier to ↵Eduardo Pedroni2014-02-151-0/+1
| | | | implement.
* Generic data type functionality implemented. All tests were refactored to ↵Eduardo Pedroni2014-02-141-1/+1
| | | | reflect this, and some chromosome tests were rewritten with more rigorous assertions.
* Added methods in Chromosome to compare active and all nodes. Associated ↵Eduardo Pedroni2014-02-131-12/+48
| | | | tests also written.
* Finished writing chromosome tests, implemented active node detection, ↵Eduardo Pedroni2014-02-111-1/+13
| | | | started writing node tests.
* Implemented more tests, refactored chromosome more, added the beginnings of ↵Eduardo Pedroni2014-02-111-3/+13
| | | | active node detection
* Refactored the resources mechanics, implemented a few of the chromosome testsEduardo Pedroni2014-02-101-6/+12
|
* Added fitness evaluation mechanism, though it might not be a very good ↵Eduardo Pedroni2014-02-041-1/+13
| | | | design. Tests will be done to verify that.
* Added lots of utility methods for initialisation and mutation; the ↵Eduardo Pedroni2014-01-311-6/+14
| | | | 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/+28