aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/population/Chromosome.java
Commit message (Expand)AuthorAgeFilesLines
* Majorly refactored, node grid is fully implemented. About to attempt active p...Eduardo Pedroni2014-03-231-35/+50
* Started refactoring backend in preparation for integration with the GUIEduardo Pedroni2014-03-091-21/+21
* Slowly refactoring Parameters to fit the GUI a little better...Eduardo Pedroni2014-03-081-1/+1
* Light refactoring, a good amount of testing done, added some new functions.Eduardo Pedroni2014-02-161-0/+18
* Population and Chromosome classes refactored so that EAs are easier to implem...Eduardo Pedroni2014-02-151-2/+2
* 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-11/+52
* Finished writing chromosome tests, implemented active node detection, started...Eduardo Pedroni2014-02-111-6/+5
* Implemented more tests, refactored chromosome more, added the beginnings of a...Eduardo Pedroni2014-02-111-54/+144
* 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-101-8/+18
* Added fitness evaluation mechanism, though it might not be a very good design...Eduardo Pedroni2014-02-041-2/+2
* Fixed FunctionSet issue, planned testbench evaluator interface, will implemen...Eduardo Pedroni2014-02-031-53/+45
* Added lots of utility methods for initialisation and mutation; the foundation...Eduardo Pedroni2014-01-311-13/+44
* Created most of the classes that will be necessary, content is blank for now.Eduardo Pedroni2014-01-311-0/+89