aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/population/Node.java
Commit message (Expand)AuthorAgeFilesLines
* Settings pane now actually controls the parameters, not much left to do.Eduardo Pedroni2014-04-011-114/+0
* Running into some issues with running the CGP loop in the background with bin...Eduardo Pedroni2014-03-301-41/+21
* Majorly refactored, node grid is fully implemented. About to attempt active p...Eduardo Pedroni2014-03-231-30/+45
* Started refactoring backend in preparation for integration with the GUIEduardo Pedroni2014-03-091-2/+2
* Slowly refactoring Parameters to fit the GUI a little better...Eduardo Pedroni2014-03-081-2/+2
* Light refactoring, a good amount of testing done, added some new functions.Eduardo Pedroni2014-02-161-0/+6
* Population and Chromosome classes refactored so that EAs are easier to implem...Eduardo Pedroni2014-02-151-0/+1
* 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-12/+48
* Finished writing chromosome tests, implemented active node detection, started...Eduardo Pedroni2014-02-111-1/+13
* Implemented more tests, refactored chromosome more, added the beginnings of a...Eduardo Pedroni2014-02-111-3/+13
* 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 design...Eduardo Pedroni2014-02-041-1/+13
* Added lots of utility methods for initialisation and mutation; the foundation...Eduardo Pedroni2014-01-311-6/+14
* Created most of the classes that will be necessary, content is blank for now.Eduardo Pedroni2014-01-311-0/+28