Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Light refactoring, a good amount of testing done, added some new functions. | Eduardo Pedroni | 2014-02-16 | 20 | -117/+593 | |
| | ||||||
* | Population and Chromosome classes refactored so that EAs are easier to ↵ | Eduardo Pedroni | 2014-02-15 | 23 | -196/+246 | |
| | | | | implement. | |||||
* | Generic data type functionality implemented. All tests were refactored to ↵ | Eduardo Pedroni | 2014-02-14 | 20 | -170/+182 | |
| | | | | reflect this, and some chromosome tests were rewritten with more rigorous assertions. | |||||
* | Added methods in Chromosome to compare active and all nodes. Associated ↵ | Eduardo Pedroni | 2014-02-13 | 9 | -109/+227 | |
| | | | | tests also written. | |||||
* | Finished population tests, now thinking about methods to compare chromosomes | Eduardo Pedroni | 2014-02-13 | 3 | -30/+154 | |
| | ||||||
* | Added a few more tests, be back after the meeting. | Eduardo Pedroni | 2014-02-12 | 11 | -36/+504 | |
| | ||||||
* | Finished writing chromosome tests, implemented active node detection, ↵ | Eduardo Pedroni | 2014-02-11 | 9 | -23/+99 | |
| | | | | started writing node tests. | |||||
* | Implemented more tests, refactored chromosome more, added the beginnings of ↵ | Eduardo Pedroni | 2014-02-11 | 9 | -212/+363 | |
| | | | | active node detection | |||||
* | Updated README, made a few changes to Chromosome's mutation methods, will be ↵ | Eduardo Pedroni | 2014-02-11 | 3 | -1/+55 | |
| | | | | working on that throughout the day | |||||
* | Worked on more tests, finished restructuring resources | Eduardo Pedroni | 2014-02-11 | 3 | -29/+34 | |
| | ||||||
* | Refactored the resources mechanics, implemented a few of the chromosome tests | Eduardo Pedroni | 2014-02-10 | 18 | -398/+475 | |
| | ||||||
* | Started work on StandardEA, will require some modifications. | Eduardo Pedroni | 2014-02-04 | 3 | -9/+8 | |
| | ||||||
* | Added fitness evaluation mechanism, though it might not be a very good ↵ | Eduardo Pedroni | 2014-02-04 | 15 | -72/+192 | |
| | | | | design. Tests will be done to verify that. | |||||
* | Fixed FunctionSet issue, planned testbench evaluator interface, will ↵ | Eduardo Pedroni | 2014-02-03 | 4 | -83/+93 | |
| | | | | implement tomorrow. | |||||
* | Added lots of utility methods for initialisation and mutation; the ↵ | Eduardo Pedroni | 2014-01-31 | 12 | -67/+308 | |
| | | | | 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 | 28 | -125/+487 | |
| | ||||||
* | Chromosome data structure partially refactored, also added higher level classes. | Eduardo Pedroni | 2014-01-30 | 7 | -35/+113 | |
| | ||||||
* | Started formally implementing the class structure but ran into some issues. ↵ | Eduardo Pedroni | 2014-01-30 | 10 | -0/+153 | |
I'll re-design the structure to account for function mutations, function variety, generic data types and modularized behaviour. |