aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/gui/population
Commit message (Collapse)AuthorAgeFilesLines
* Fixed formatting, removed commented out code, added comments to handlers and ↵Eduardo Pedroni2014-11-245-20/+37
| | | | locking stuff.
* Visualisation features complete, seems to be quite stable. Behaves slightly ↵Eduardo Pedroni2014-11-247-15/+43
| | | | differently to before, but the source is cleaner and more maintainable. Now moving on to connection manipulation.
* Commented some new files, optimised some methods, moved as much setting up ↵Eduardo Pedroni2014-11-237-142/+234
| | | | as possible into the GUIGene constructors - ChromosomePane is slightly tidier now.
* Steps 1-4 complete, generic handlers for inputs, nodes and outputs are ↵Eduardo Pedroni2014-11-222-10/+7
| | | | working well. Output locking is next, also need to comment things.
* Refactored handlers, separated into input, node and output files. Genes are ↵Eduardo Pedroni2014-11-187-158/+185
| | | | less functional now, ChromosomePane will deal with hand-wired connections.
* Added GUIConnection and GUIMutable, started reintroducing lines but ↵Eduardo Pedroni2014-11-158-48/+228
| | | | positioning is not working correctly.
* Added GUIHandlers file for extracted handlers, started removing parent class ↵Eduardo Pedroni2014-11-157-1111/+101
| | | | references from genes
* Moved constants to a separate file, added a formal READMEEduardo Pedroni2014-10-106-67/+63
|
* Final commit, will release later today.Eduardo Pedroni2014-05-222-1/+18
|
* More minor refactorings, added some commentsEduardo Pedroni2014-05-214-48/+47
|
* Removed some commented out codeEduardo Pedroni2014-05-202-16/+0
|
* Refactored Mutable, commented a little bit of the GUI packageEduardo Pedroni2014-05-142-6/+1
|
* Added javadocs, made minor changes to the commentsEduardo Pedroni2014-05-066-49/+40
|
* Added more comments, minor refactoringsEduardo Pedroni2014-05-044-20/+5
|
* Commented lots of packages.Eduardo Pedroni2014-04-252-3/+3
|
* Tooltips are looking strange, checking on a different machineEduardo Pedroni2014-04-213-18/+8
|
* Added parsers, did a bit of testing, switched to java8Eduardo Pedroni2014-04-181-3/+3
|
* Performance suddenly decreased, looking into whyEduardo Pedroni2014-04-133-8/+23
|
* Added manual test case evaluation to GUIEduardo Pedroni2014-04-107-59/+199
|
* GUIParameters all refactored and commented.Eduardo Pedroni2014-04-084-10/+10
|
* Refactoring resources for (hopefully) the last timeEduardo Pedroni2014-04-071-1/+0
|
* About to make big changes to the way fitness works, committing just in caseEduardo Pedroni2014-04-067-286/+503
|
* Settings pane now actually controls the parameters, not much left to do.Eduardo Pedroni2014-04-014-19/+34
|
* Running into some issues with running the CGP loop in the background with ↵Eduardo Pedroni2014-03-305-118/+12
| | | | bindings.
* Node grid has been refactored a few times, settings pane is almost complete, ↵Eduardo Pedroni2014-03-265-87/+55
| | | | console is all done.
* Node grid all done and apparently stable.Eduardo Pedroni2014-03-245-175/+358
|
* Going further into active path lockingEduardo Pedroni2014-03-244-36/+73
|
* Majorly refactored, node grid is fully implemented. About to attempt active ↵Eduardo Pedroni2014-03-235-0/+1040
path locking.