| Commit message (Expand) | Author | Age | Files | Lines |
* | Commented some new files, optimised some methods, moved as much setting up as... | Eduardo Pedroni | 2014-11-23 | 10 | -170/+352 |
* | Steps 1-4 complete, generic handlers for inputs, nodes and outputs are workin... | Eduardo Pedroni | 2014-11-22 | 3 | -10/+9 |
* | Refactored handlers, separated into input, node and output files. Genes are l... | Eduardo Pedroni | 2014-11-18 | 16 | -188/+370 |
* | Added GUIConnection and GUIMutable, started reintroducing lines but positioni... | Eduardo Pedroni | 2014-11-15 | 10 | -51/+232 |
* | Added GUIHandlers file for extracted handlers, started removing parent class ... | Eduardo Pedroni | 2014-11-15 | 9 | -1115/+131 |
* | 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 |
|/ |
|
* | Fixed digital problem with more than one test case, improved mu+lambda to be ... | Eduardo Pedroni | 2014-05-10 | 5 | -29/+141 |
* | 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. Ai... | Eduardo Pedroni | 2014-04-26 | 18 | -184/+287 |
* | Commented lots of packages. | Eduardo Pedroni | 2014-04-25 | 44 | -1924/+2486 |
* | Refactored parsers and parameters, had to install e(fx)clipse to deploy appli... | Eduardo Pedroni | 2014-04-24 | 15 | -114/+610 |
* | 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 | 25 | -477/+598 |
* | Added parsers, did a bit of testing, switched to java8 | Eduardo Pedroni | 2014-04-18 | 21 | -262/+1288 |
* | 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 functio... | Eduardo Pedroni | 2014-04-07 | 2 | -3/+17 |
* | 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 bin... | Eduardo Pedroni | 2014-03-30 | 32 | -857/+399 |
* | Node grid has been refactored a few times, settings pane is almost complete, ... | Eduardo Pedroni | 2014-03-26 | 19 | -219/+627 |
* | 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 |
* | Majorly refactored, node grid is fully implemented. About to attempt active p... | Eduardo Pedroni | 2014-03-23 | 43 | -693/+1967 |
* | Did some more refactoring, fixed issues with eclipse crashing. | Eduardo Pedroni | 2014-03-15 | 6 | -43/+54 |
* | Started refactoring backend in preparation for integration with the GUI | Eduardo Pedroni | 2014-03-09 | 16 | -221/+218 |