aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Minor refactoringsEduardo Pedroni2014-05-1911-73/+42
|
* Cleaned up a few commentsEduardo Pedroni2014-05-152-2/+2
|
* Refactored Mutable, commented a little bit of the GUI packageEduardo Pedroni2014-05-14355-994/+2332
|
* Merge branch 'gui' of https://bitbucket.org/epedroni/jcgp into guiEduardo Pedroni2014-05-111-1/+5
|\
| * Percent point mutator had a bug, fixed nowEduardo Pedroni2014-05-111-1/+5
| |
* | Fixed greek characters in mu plus lambda, added missing console flushes when ↵Eduardo Pedroni2014-05-111-0/+2
|/ | | | modules are changed
* Fixed digital problem with more than one test case, improved mu+lambda to be ↵Eduardo Pedroni2014-05-105-29/+141
| | | | more like CGP
* Test commit to check the repository privacy settingsEduardo Pedroni2014-05-082-2/+0
|
* Removed reflection for now, added fitness orientation supportEduardo Pedroni2014-05-0733-276/+173
|
* Added javadocs, made minor changes to the commentsEduardo Pedroni2014-05-06391-363/+82461
|
* Added more comments, minor refactoringsEduardo Pedroni2014-05-0423-170/+522
|
* Merged with repo, there were unsynced changesEduardo Pedroni2014-05-016-12/+47
|\
| * Changing function set through GUI now triggers a reset if arity changes.Eduardo Pedroni2014-04-276-12/+46
| |
* | Did more commenting, implemented reflection and statisticsEduardo Pedroni2014-05-0148-655/+2100
|/
* Moved files around to different folders, and commented some more packages. ↵Eduardo Pedroni2014-04-2627-184/+287
| | | | Aiming to have the entire backend fully commented by the end of today
* Commented lots of packages.Eduardo Pedroni2014-04-2545-1925/+2487
|
* Refactored parsers and parameters, had to install e(fx)clipse to deploy ↵Eduardo Pedroni2014-04-2415-114/+610
| | | | application.
* Chromosome parser is buggy, need to fix that.Eduardo Pedroni2014-04-2211-18/+86
|
* Tooltips are looking strange, checking on a different machineEduardo Pedroni2014-04-2128-477/+634
|
* Added parsers, did a bit of testing, switched to java8Eduardo Pedroni2014-04-1823-262/+1321
|
* Performance suddenly decreased, looking into whyEduardo Pedroni2014-04-1313-75/+96
|
* Added manual test case evaluation to GUIEduardo Pedroni2014-04-1021-237/+613
|
* GUIParameters all refactored and commented.Eduardo Pedroni2014-04-0830-651/+1036
|
* Refactoring resources for (hopefully) the last timeEduardo Pedroni2014-04-0727-156/+167
|
* Refactored problem typesEduardo Pedroni2014-04-079-87/+148
|
* A few more changes made, functionsets are now selected by the fitness ↵Eduardo Pedroni2014-04-072-3/+17
| | | | function as part of the problem setting
* About to make big changes to the way fitness works, committing just in caseEduardo Pedroni2014-04-0648-1274/+1329
|
* Parameter validation refactored and fully functional.Eduardo Pedroni2014-04-0416-202/+390
|
* Visual feedback for parameters implemented.Eduardo Pedroni2014-04-0320-267/+556
|
* Settings pane now actually controls the parameters, not much left to do.Eduardo Pedroni2014-04-0152-393/+602
|
* Need to do a few tests on windowsEduardo Pedroni2014-03-3116-46/+889
|
* Running into some issues with running the CGP loop in the background with ↵Eduardo Pedroni2014-03-3033-860/+408
| | | | bindings.
* Node grid has been refactored a few times, settings pane is almost complete, ↵Eduardo Pedroni2014-03-2620-220/+644
| | | | console is all done.
* Node grid all done and apparently stable.Eduardo Pedroni2014-03-2421-207/+388
|
* Going further into active path lockingEduardo Pedroni2014-03-249-42/+195
|
* Majorly refactored, node grid is fully implemented. About to attempt active ↵Eduardo Pedroni2014-03-2344-694/+1986
| | | | path locking.
* Did some more refactoring, fixed issues with eclipse crashing.Eduardo Pedroni2014-03-157-44/+60
|
* Started refactoring backend in preparation for integration with the GUIEduardo Pedroni2014-03-0916-221/+218
|
* Slowly refactoring Parameters to fit the GUI a little better...Eduardo Pedroni2014-03-0833-220/+260
|
* Light refactoring, a good amount of testing done, added some new functions.Eduardo Pedroni2014-02-1621-117/+610
|
* Population and Chromosome classes refactored so that EAs are easier to ↵Eduardo Pedroni2014-02-1524-196/+251
| | | | implement.
* Generic data type functionality implemented. All tests were refactored to ↵Eduardo Pedroni2014-02-1421-170/+192
| | | | reflect this, and some chromosome tests were rewritten with more rigorous assertions.
* Added methods in Chromosome to compare active and all nodes. Associated ↵Eduardo Pedroni2014-02-1310-110/+236
| | | | tests also written.
* Finished population tests, now thinking about methods to compare chromosomesEduardo Pedroni2014-02-134-30/+161
|
* Added a few more tests, be back after the meeting.Eduardo Pedroni2014-02-1212-36/+513
|
* Finished writing chromosome tests, implemented active node detection, ↵Eduardo Pedroni2014-02-1110-24/+103
| | | | started writing node tests.
* Implemented more tests, refactored chromosome more, added the beginnings of ↵Eduardo Pedroni2014-02-1110-214/+378
| | | | active node detection
* Updated README, made a few changes to Chromosome's mutation methods, will be ↵Eduardo Pedroni2014-02-114-1/+61
| | | | working on that throughout the day
* Worked on more tests, finished restructuring resourcesEduardo Pedroni2014-02-113-29/+34
|
* Refactored the resources mechanics, implemented a few of the chromosome testsEduardo Pedroni2014-02-1018-398/+475
|