aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/gui/population/GUIGene.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved constants to a separate file, added a formal READMEEduardo Pedroni2014-10-101-11/+4
|
* More minor refactorings, added some commentsEduardo Pedroni2014-05-211-4/+4
|
* Refactored Mutable, commented a little bit of the GUI packageEduardo Pedroni2014-05-141-5/+0
|
* Added javadocs, made minor changes to the commentsEduardo Pedroni2014-05-061-6/+0
|
* Added more comments, minor refactoringsEduardo Pedroni2014-05-041-3/+0
|
* Performance suddenly decreased, looking into whyEduardo Pedroni2014-04-131-1/+1
|
* Added manual test case evaluation to GUIEduardo Pedroni2014-04-101-13/+19
|
* About to make big changes to the way fitness works, committing just in caseEduardo Pedroni2014-04-061-13/+27
|
* Settings pane now actually controls the parameters, not much left to do.Eduardo Pedroni2014-04-011-3/+3
|
* Running into some issues with running the CGP loop in the background with ↵Eduardo Pedroni2014-03-301-0/+1
| | | | bindings.
* Node grid has been refactored a few times, settings pane is almost complete, ↵Eduardo Pedroni2014-03-261-1/+1
| | | | console is all done.
* Node grid all done and apparently stable.Eduardo Pedroni2014-03-241-0/+18
|
* Going further into active path lockingEduardo Pedroni2014-03-241-0/+8
|
* Majorly refactored, node grid is fully implemented. About to attempt active ↵Eduardo Pedroni2014-03-231-0/+56
path locking.