Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Population and Chromosome classes refactored so that EAs are easier to ↵ | Eduardo Pedroni | 2014-02-15 | 1 | -7/+11 |
| | | | | implement. | ||||
* | Generic data type functionality implemented. All tests were refactored to ↵ | Eduardo Pedroni | 2014-02-14 | 1 | -4/+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 | 1 | -349/+13 |
| | |||||
* | Started work on StandardEA, will require some modifications. | Eduardo Pedroni | 2014-02-04 | 1 | -6/+3 |
| | |||||
* | Added fitness evaluation mechanism, though it might not be a very good ↵ | Eduardo Pedroni | 2014-02-04 | 1 | -17/+56 |
| | | | | design. Tests will be done to verify that. | ||||
* | Added lots of utility methods for initialisation and mutation; the ↵ | Eduardo Pedroni | 2014-01-31 | 1 | -25/+185 |
| | | | | 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 | 1 | -3/+196 |
| | |||||
* | Chromosome data structure partially refactored, also added higher level classes. | Eduardo Pedroni | 2014-01-30 | 1 | -0/+12 |