aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/gui/population/GUIMutable.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved GUI to its own repositoryHEADmasterEduardo Pedroni2015-03-091-20/+0
|
* Added partial support for connection manipulation, now using a static ↵Eduardo Pedroni2014-11-241-1/+9
| | | | storage class for targetting.
* Fixed formatting, removed commented out code, added comments to handlers and ↵Eduardo Pedroni2014-11-241-5/+1
| | | | locking stuff.
* Commented some new files, optimised some methods, moved as much setting up ↵Eduardo Pedroni2014-11-231-0/+10
| | | | 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-3/+0
| | | | less functional now, ChromosomePane will deal with hand-wired connections.
* Added GUIConnection and GUIMutable, started reintroducing lines but ↵Eduardo Pedroni2014-11-151-0/+9
positioning is not working correctly.