index
:
jcgp.git
master
Cartesian Genetic Programming in Java, master thesis project
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jcgp
/
tests
/
NodeTests.java
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Running into some issues with running the CGP loop in the background with ↵
Eduardo Pedroni
2014-03-30
1
-2
/
+2
|
|
|
|
bindings.
*
Node grid all done and apparently stable.
Eduardo Pedroni
2014-03-24
1
-1
/
+1
|
*
Majorly refactored, node grid is fully implemented. About to attempt active ↵
Eduardo Pedroni
2014-03-23
1
-24
/
+16
|
|
|
|
path locking.
*
Slowly refactoring Parameters to fit the GUI a little better...
Eduardo Pedroni
2014-03-08
1
-3
/
+3
|
*
Light refactoring, a good amount of testing done, added some new functions.
Eduardo Pedroni
2014-02-16
1
-4
/
+33
|
*
Generic data type functionality implemented. All tests were refactored to ↵
Eduardo Pedroni
2014-02-14
1
-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 Pedroni
2014-02-13
1
-27
/
+1
|
|
|
|
tests also written.
*
Added a few more tests, be back after the meeting.
Eduardo Pedroni
2014-02-12
1
-4
/
+208
|
*
Finished writing chromosome tests, implemented active node detection, ↵
Eduardo Pedroni
2014-02-11
1
-0
/
+34
started writing node tests.