Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Population and Chromosome classes refactored so that EAs are easier to ↵ | Eduardo Pedroni | 2014-02-15 | 3 | -18/+10 |
| | | | | implement. | ||||
* | Generic data type functionality implemented. All tests were refactored to ↵ | Eduardo Pedroni | 2014-02-14 | 2 | -7/+8 |
| | | | | reflect this, and some chromosome tests were rewritten with more rigorous assertions. | ||||
* | Refactored the resources mechanics, implemented a few of the chromosome tests | Eduardo Pedroni | 2014-02-10 | 2 | -3/+3 |
| | |||||
* | Added fitness evaluation mechanism, though it might not be a very good ↵ | Eduardo Pedroni | 2014-02-04 | 6 | -36/+79 |
| | | | | design. Tests will be done to verify that. | ||||
* | Fixed FunctionSet issue, planned testbench evaluator interface, will ↵ | Eduardo Pedroni | 2014-02-03 | 1 | -0/+17 |
| | | | | implement tomorrow. | ||||
* | Added lots of utility methods for initialisation and mutation; the ↵ | Eduardo Pedroni | 2014-01-31 | 1 | -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 Pedroni | 2014-01-31 | 2 | -0/+24 |