Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added partial support for connection manipulation, now using a static ↵ | Eduardo Pedroni | 2014-11-24 | 9 | -34/+234 |
| | | | | storage class for targetting. | ||||
* | Fixed formatting, removed commented out code, added comments to handlers and ↵ | Eduardo Pedroni | 2014-11-24 | 9 | -46/+112 |
| | | | | locking stuff. | ||||
* | Visualisation features complete, seems to be quite stable. Behaves slightly ↵ | Eduardo Pedroni | 2014-11-24 | 11 | -51/+141 |
| | | | | 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 Pedroni | 2014-11-23 | 10 | -170/+352 |
| | | | | as possible into the GUIGene constructors - ChromosomePane is slightly tidier now. | ||||
* | Steps 1-4 complete, generic handlers for inputs, nodes and outputs are ↵ | Eduardo Pedroni | 2014-11-22 | 3 | -10/+9 |
| | | | | working well. Output locking is next, also need to comment things. | ||||
* | Refactored handlers, separated into input, node and output files. Genes are ↵ | Eduardo Pedroni | 2014-11-18 | 16 | -188/+370 |
| | | | | less functional now, ChromosomePane will deal with hand-wired connections. | ||||
* | Added GUIConnection and GUIMutable, started reintroducing lines but ↵ | Eduardo Pedroni | 2014-11-15 | 10 | -51/+232 |
| | | | | positioning is not working correctly. | ||||
* | Added GUIHandlers file for extracted handlers, started removing parent class ↵ | Eduardo Pedroni | 2014-11-15 | 9 | -1115/+131 |
| | | | | references from genes | ||||
* | Merge remote-tracking branch 'origin/gui' | Eduardo Pedroni | 2014-10-18 | 1 | -3/+3 |
|\ | |||||
| * | Fixed greek character issue | Eduardo Pedroni | 2014-06-25 | 1 | -3/+3 |
| | | |||||
* | | Added .txt extension to LICENSE | Eduardo Pedroni | 2014-10-13 | 1 | -2/+2 |
| | | |||||
* | | Moved constants to a separate file, added a formal README | Eduardo Pedroni | 2014-10-10 | 16 | -155/+206 |
|/ | |||||
* | Final commit, will release later today. | Eduardo Pedroni | 2014-05-22 | 10 | -18/+33 |
| | |||||
* | Did some more comments, almost there... | Eduardo Pedroni | 2014-05-21 | 2 | -23/+161 |
| | |||||
* | More minor refactorings, added some comments | Eduardo Pedroni | 2014-05-21 | 7 | -54/+53 |
| | |||||
* | Removed some commented out code | Eduardo Pedroni | 2014-05-20 | 2 | -16/+0 |
| | |||||
* | Minor refactorings | Eduardo Pedroni | 2014-05-19 | 11 | -73/+42 |
| | |||||
* | Cleaned up a few comments | Eduardo Pedroni | 2014-05-15 | 2 | -2/+2 |
| | |||||
* | Refactored Mutable, commented a little bit of the GUI package | Eduardo Pedroni | 2014-05-14 | 14 | -124/+334 |
| | |||||
* | Merge branch 'gui' of https://bitbucket.org/epedroni/jcgp into gui | Eduardo Pedroni | 2014-05-11 | 1 | -1/+5 |
|\ | |||||
| * | Percent point mutator had a bug, fixed now | Eduardo Pedroni | 2014-05-11 | 1 | -1/+5 |
| | | |||||
* | | Fixed greek characters in mu plus lambda, added missing console flushes when ↵ | Eduardo Pedroni | 2014-05-11 | 1 | -0/+2 |
|/ | | | | modules are changed | ||||
* | Fixed digital problem with more than one test case, improved mu+lambda to be ↵ | Eduardo Pedroni | 2014-05-10 | 5 | -29/+141 |
| | | | | more like CGP | ||||
* | Removed reflection for now, added fitness orientation support | Eduardo Pedroni | 2014-05-07 | 13 | -187/+88 |
| | |||||
* | Added javadocs, made minor changes to the comments | Eduardo Pedroni | 2014-05-06 | 43 | -363/+500 |
| | |||||
* | Added more comments, minor refactorings | Eduardo Pedroni | 2014-05-04 | 23 | -170/+522 |
| | |||||
* | Merged with repo, there were unsynced changes | Eduardo Pedroni | 2014-05-01 | 6 | -12/+47 |
|\ | |||||
| * | Changing function set through GUI now triggers a reset if arity changes. | Eduardo Pedroni | 2014-04-27 | 6 | -12/+46 |
| | | |||||
* | | Did more commenting, implemented reflection and statistics | Eduardo Pedroni | 2014-05-01 | 47 | -655/+2096 |
|/ | |||||
* | Moved files around to different folders, and commented some more packages. ↵ | Eduardo Pedroni | 2014-04-26 | 23 | -253/+287 |
| | | | | Aiming to have the entire backend fully commented by the end of today | ||||
* | Commented lots of packages. | Eduardo Pedroni | 2014-04-25 | 44 | -1924/+2486 |
| | |||||
* | Refactored parsers and parameters, had to install e(fx)clipse to deploy ↵ | Eduardo Pedroni | 2014-04-24 | 15 | -114/+610 |
| | | | | application. | ||||
* | Chromosome parser is buggy, need to fix that. | Eduardo Pedroni | 2014-04-22 | 8 | -18/+83 |
| | |||||
* | Tooltips are looking strange, checking on a different machine | Eduardo Pedroni | 2014-04-21 | 28 | -477/+634 |
| | |||||
* | Added parsers, did a bit of testing, switched to java8 | Eduardo Pedroni | 2014-04-18 | 23 | -262/+1321 |
| | |||||
* | Performance suddenly decreased, looking into why | Eduardo Pedroni | 2014-04-13 | 13 | -75/+96 |
| | |||||
* | Added manual test case evaluation to GUI | Eduardo Pedroni | 2014-04-10 | 21 | -237/+613 |
| | |||||
* | GUIParameters all refactored and commented. | Eduardo Pedroni | 2014-04-08 | 30 | -651/+1036 |
| | |||||
* | Refactoring resources for (hopefully) the last time | Eduardo Pedroni | 2014-04-07 | 27 | -156/+167 |
| | |||||
* | Refactored problem types | Eduardo Pedroni | 2014-04-07 | 9 | -87/+148 |
| | |||||
* | A few more changes made, functionsets are now selected by the fitness ↵ | Eduardo Pedroni | 2014-04-07 | 2 | -3/+17 |
| | | | | function as part of the problem setting | ||||
* | About to make big changes to the way fitness works, committing just in case | Eduardo Pedroni | 2014-04-06 | 48 | -1274/+1329 |
| | |||||
* | Parameter validation refactored and fully functional. | Eduardo Pedroni | 2014-04-04 | 16 | -202/+390 |
| | |||||
* | Visual feedback for parameters implemented. | Eduardo Pedroni | 2014-04-03 | 20 | -267/+556 |
| | |||||
* | Settings pane now actually controls the parameters, not much left to do. | Eduardo Pedroni | 2014-04-01 | 52 | -393/+602 |
| | |||||
* | Need to do a few tests on windows | Eduardo Pedroni | 2014-03-31 | 16 | -46/+889 |
| | |||||
* | Running into some issues with running the CGP loop in the background with ↵ | Eduardo Pedroni | 2014-03-30 | 32 | -857/+399 |
| | | | | bindings. | ||||
* | Node grid has been refactored a few times, settings pane is almost complete, ↵ | Eduardo Pedroni | 2014-03-26 | 19 | -219/+627 |
| | | | | console is all done. | ||||
* | Node grid all done and apparently stable. | Eduardo Pedroni | 2014-03-24 | 21 | -207/+388 |
| | |||||
* | Going further into active path locking | Eduardo Pedroni | 2014-03-24 | 9 | -42/+195 |
| |