aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/population/Output.java
Commit message (Collapse)AuthorAgeFilesLines
* Settings pane now actually controls the parameters, not much left to do.Eduardo Pedroni2014-04-011-69/+0
|
* Running into some issues with running the CGP loop in the background with ↵Eduardo Pedroni2014-03-301-17/+15
| | | | bindings.
* Majorly refactored, node grid is fully implemented. About to attempt active ↵Eduardo Pedroni2014-03-231-12/+19
| | | | path locking.
* Started refactoring backend in preparation for integration with the GUIEduardo Pedroni2014-03-091-5/+0
|
* Slowly refactoring Parameters to fit the GUI a little better...Eduardo Pedroni2014-03-081-1/+1
|
* Light refactoring, a good amount of testing done, added some new functions.Eduardo Pedroni2014-02-161-1/+5
|
* Population and Chromosome classes refactored so that EAs are easier to ↵Eduardo Pedroni2014-02-151-1/+3
| | | | implement.
* Generic data type functionality implemented. All tests were refactored to ↵Eduardo Pedroni2014-02-141-1/+1
| | | | reflect this, and some chromosome tests were rewritten with more rigorous assertions.
* Added methods in Chromosome to compare active and all nodes. Associated ↵Eduardo Pedroni2014-02-131-2/+28
| | | | tests also written.
* Added a few more tests, be back after the meeting.Eduardo Pedroni2014-02-121-1/+0
|
* Finished writing chromosome tests, implemented active node detection, ↵Eduardo Pedroni2014-02-111-2/+5
| | | | 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-2/+12
|
* Added fitness evaluation mechanism, though it might not be a very good ↵Eduardo Pedroni2014-02-041-0/+7
| | | | design. Tests will be done to verify that.
* Added lots of utility methods for initialisation and mutation; the ↵Eduardo Pedroni2014-01-311-2/+9
| | | | 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 Pedroni2014-01-311-0/+11