aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/fitness
Commit message (Collapse)AuthorAgeFilesLines
* Light refactoring, a good amount of testing done, added some new functions.Eduardo Pedroni2014-02-161-1/+3
|
* Population and Chromosome classes refactored so that EAs are easier to ↵Eduardo Pedroni2014-02-153-18/+10
| | | | implement.
* Generic data type functionality implemented. All tests were refactored to ↵Eduardo Pedroni2014-02-142-7/+8
| | | | reflect this, and some chromosome tests were rewritten with more rigorous assertions.
* Refactored the resources mechanics, implemented a few of the chromosome testsEduardo Pedroni2014-02-102-3/+3
|
* Added fitness evaluation mechanism, though it might not be a very good ↵Eduardo Pedroni2014-02-046-36/+79
| | | | design. Tests will be done to verify that.
* Fixed FunctionSet issue, planned testbench evaluator interface, will ↵Eduardo Pedroni2014-02-031-0/+17
| | | | implement tomorrow.
* Added lots of utility methods for initialisation and mutation; the ↵Eduardo Pedroni2014-01-311-0/+2
| | | | 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-312-0/+24