| Commit message (Expand) | Author | Age | Files | Lines |
* | Started refactoring backend in preparation for integration with the GUI | Eduardo Pedroni | 2014-03-09 | 4 | -67/+34 |
* | Slowly refactoring Parameters to fit the GUI a little better... | Eduardo Pedroni | 2014-03-08 | 4 | -5/+5 |
* | Light refactoring, a good amount of testing done, added some new functions. | Eduardo Pedroni | 2014-02-16 | 5 | -1/+35 |
* | Population and Chromosome classes refactored so that EAs are easier to implem... | Eduardo Pedroni | 2014-02-15 | 7 | -53/+64 |
* | Generic data type functionality implemented. All tests were refactored to ref... | Eduardo Pedroni | 2014-02-14 | 5 | -7/+8 |
* | Added methods in Chromosome to compare active and all nodes. Associated tests... | Eduardo Pedroni | 2014-02-13 | 6 | -38/+146 |
* | Finished population tests, now thinking about methods to compare chromosomes | Eduardo Pedroni | 2014-02-13 | 1 | -11/+12 |
* | Added a few more tests, be back after the meeting. | Eduardo Pedroni | 2014-02-12 | 2 | -10/+9 |
* | Finished writing chromosome tests, implemented active node detection, started... | Eduardo Pedroni | 2014-02-11 | 5 | -10/+38 |
* | Implemented more tests, refactored chromosome more, added the beginnings of a... | Eduardo Pedroni | 2014-02-11 | 6 | -78/+179 |
* | Updated README, made a few changes to Chromosome's mutation methods, will be ... | Eduardo Pedroni | 2014-02-11 | 1 | -0/+46 |
* | Worked on more tests, finished restructuring resources | Eduardo Pedroni | 2014-02-11 | 1 | -23/+28 |
* | Refactored the resources mechanics, implemented a few of the chromosome tests | Eduardo Pedroni | 2014-02-10 | 7 | -19/+47 |
* | Started work on StandardEA, will require some modifications. | Eduardo Pedroni | 2014-02-04 | 1 | -0/+4 |
* | Added fitness evaluation mechanism, though it might not be a very good design... | Eduardo Pedroni | 2014-02-04 | 5 | -3/+26 |
* | Fixed FunctionSet issue, planned testbench evaluator interface, will implemen... | Eduardo Pedroni | 2014-02-03 | 2 | -65/+56 |
* | Added lots of utility methods for initialisation and mutation; the foundation... | Eduardo Pedroni | 2014-01-31 | 6 | -25/+88 |
* | Created most of the classes that will be necessary, content is blank for now. | Eduardo Pedroni | 2014-01-31 | 7 | -0/+201 |