aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/tests/NodeTests.java
Commit message (Collapse)AuthorAgeFilesLines
* Settings pane now actually controls the parameters, not much left to do.Eduardo Pedroni2014-04-011-196/+0
|
* Running into some issues with running the CGP loop in the background with ↵Eduardo Pedroni2014-03-301-2/+2
| | | | bindings.
* Node grid all done and apparently stable.Eduardo Pedroni2014-03-241-1/+1
|
* Majorly refactored, node grid is fully implemented. About to attempt active ↵Eduardo Pedroni2014-03-231-24/+16
| | | | path locking.
* Slowly refactoring Parameters to fit the GUI a little better...Eduardo Pedroni2014-03-081-3/+3
|
* Light refactoring, a good amount of testing done, added some new functions.Eduardo Pedroni2014-02-161-4/+33
|
* Generic data type functionality implemented. All tests were refactored to ↵Eduardo Pedroni2014-02-141-68/+31
| | | | 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-131-27/+1
| | | | tests also written.
* Added a few more tests, be back after the meeting.Eduardo Pedroni2014-02-121-4/+208
|
* Finished writing chromosome tests, implemented active node detection, ↵Eduardo Pedroni2014-02-111-0/+34
started writing node tests.