aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/gui/population/GUINode.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved GUI to its own repositoryHEADmasterEduardo Pedroni2015-03-091-134/+0
|
* Added partial support for connection manipulation, now using a static ↵Eduardo Pedroni2014-11-241-15/+10
| | | | storage class for targetting.
* Visualisation features complete, seems to be quite stable. Behaves slightly ↵Eduardo Pedroni2014-11-241-2/+10
| | | | 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-231-35/+63
| | | | as possible into the GUIGene constructors - ChromosomePane is slightly tidier now.
* Refactored handlers, separated into input, node and output files. Genes are ↵Eduardo Pedroni2014-11-181-34/+44
| | | | less functional now, ChromosomePane will deal with hand-wired connections.
* Added GUIConnection and GUIMutable, started reintroducing lines but ↵Eduardo Pedroni2014-11-151-6/+61
| | | | positioning is not working correctly.
* Added GUIHandlers file for extracted handlers, started removing parent class ↵Eduardo Pedroni2014-11-151-442/+8
| | | | references from genes
* Moved constants to a separate file, added a formal READMEEduardo Pedroni2014-10-101-21/+22
|
* More minor refactorings, added some commentsEduardo Pedroni2014-05-211-20/+19
|
* Removed some commented out codeEduardo Pedroni2014-05-201-3/+0
|
* Added javadocs, made minor changes to the commentsEduardo Pedroni2014-05-061-9/+9
|
* Added more comments, minor refactoringsEduardo Pedroni2014-05-041-7/+5
|
* Commented lots of packages.Eduardo Pedroni2014-04-251-2/+2
|
* Tooltips are looking strange, checking on a different machineEduardo Pedroni2014-04-211-1/+1
|
* Added manual test case evaluation to GUIEduardo Pedroni2014-04-101-11/+37
|
* GUIParameters all refactored and commented.Eduardo Pedroni2014-04-081-3/+3
|
* About to make big changes to the way fitness works, committing just in caseEduardo Pedroni2014-04-061-113/+94
|
* Settings pane now actually controls the parameters, not much left to do.Eduardo Pedroni2014-04-011-5/+5
|
* Running into some issues with running the CGP loop in the background with ↵Eduardo Pedroni2014-03-301-3/+8
| | | | bindings.
* Node grid has been refactored a few times, settings pane is almost complete, ↵Eduardo Pedroni2014-03-261-46/+28
| | | | console is all done.
* Node grid all done and apparently stable.Eduardo Pedroni2014-03-241-90/+140
|
* Going further into active path lockingEduardo Pedroni2014-03-241-16/+32
|
* Majorly refactored, node grid is fully implemented. About to attempt active ↵Eduardo Pedroni2014-03-231-0/+417
path locking.