aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/gui/population/ChromosomePane.java
Commit message (Collapse)AuthorAgeFilesLines
* Visualisation features complete, seems to be quite stable. Behaves slightly ↵Eduardo Pedroni2014-11-241-1/+1
| | | | 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-75/+15
| | | | 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-221-9/+6
| | | | 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-181-89/+96
| | | | less functional now, ChromosomePane will deal with hand-wired connections.
* Added GUIConnection and GUIMutable, started reintroducing lines but ↵Eduardo Pedroni2014-11-151-27/+79
| | | | positioning is not working correctly.
* Added GUIHandlers file for extracted handlers, started removing parent class ↵Eduardo Pedroni2014-11-151-85/+42
| | | | references from genes
* Moved constants to a separate file, added a formal READMEEduardo Pedroni2014-10-101-5/+6
|
* Final commit, will release later today.Eduardo Pedroni2014-05-221-1/+10
|
* Removed some commented out codeEduardo Pedroni2014-05-201-13/+0
|
* Added javadocs, made minor changes to the commentsEduardo Pedroni2014-05-061-20/+21
|
* Performance suddenly decreased, looking into whyEduardo Pedroni2014-04-131-5/+4
|
* Added manual test case evaluation to GUIEduardo Pedroni2014-04-101-17/+75
|
* GUIParameters all refactored and commented.Eduardo Pedroni2014-04-081-5/+5
|
* 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-061-0/+133
|
* Running into some issues with running the CGP loop in the background with ↵Eduardo Pedroni2014-03-301-106/+0
| | | | bindings.
* Node grid has been refactored a few times, settings pane is almost complete, ↵Eduardo Pedroni2014-03-261-19/+2
| | | | console is all done.
* Node grid all done and apparently stable.Eduardo Pedroni2014-03-241-18/+44
|
* Majorly refactored, node grid is fully implemented. About to attempt active ↵Eduardo Pedroni2014-03-231-0/+97
path locking.