aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/Main.java
Commit message (Collapse)AuthorAgeFilesLines
* Slowly refactoring Parameters to fit the GUI a little better...Eduardo Pedroni2014-03-081-1/+0
|
* Population and Chromosome classes refactored so that EAs are easier to ↵Eduardo Pedroni2014-02-151-2/+2
| | | | implement.
* Finished writing chromosome tests, implemented active node detection, ↵Eduardo Pedroni2014-02-111-1/+1
| | | | started writing node tests.
* Created most of the classes that will be necessary, content is blank for now.Eduardo Pedroni2014-01-311-1/+1
|
* Started formally implementing the class structure but ran into some issues. ↵Eduardo Pedroni2014-01-301-0/+10
I'll re-design the structure to account for function mutations, function variety, generic data types and modularized behaviour.