aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/ea
Commit message (Collapse)AuthorAgeFilesLines
* Slowly refactoring Parameters to fit the GUI a little better...Eduardo Pedroni2014-03-084-99/+0
|
* Light refactoring, a good amount of testing done, added some new functions.Eduardo Pedroni2014-02-162-7/+10
|
* Population and Chromosome classes refactored so that EAs are easier to ↵Eduardo Pedroni2014-02-153-14/+37
| | | | implement.
* Generic data type functionality implemented. All tests were refactored to ↵Eduardo Pedroni2014-02-141-1/+4
| | | | reflect this, and some chromosome tests were rewritten with more rigorous assertions.
* Finished writing chromosome tests, implemented active node detection, ↵Eduardo Pedroni2014-02-111-11/+11
| | | | started writing node tests.
* Implemented more tests, refactored chromosome more, added the beginnings of ↵Eduardo Pedroni2014-02-111-12/+12
| | | | active node detection
* Refactored the resources mechanics, implemented a few of the chromosome testsEduardo Pedroni2014-02-101-3/+3
|
* Started work on StandardEA, will require some modifications.Eduardo Pedroni2014-02-041-3/+1
|
* Added fitness evaluation mechanism, though it might not be a very good ↵Eduardo Pedroni2014-02-043-16/+31
| | | | design. Tests will be done to verify that.
* Created most of the classes that will be necessary, content is blank for now.Eduardo Pedroni2014-01-314-0/+57