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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Added methods in Chromosome to compare active and all nodes. Associated ↵
Eduardo Pedroni
2014-02-13
3
-71
/
+81
|
|
|
|
tests also written.
*
Finished population tests, now thinking about methods to compare chromosomes
Eduardo Pedroni
2014-02-13
2
-19
/
+142
|
*
Added a few more tests, be back after the meeting.
Eduardo Pedroni
2014-02-12
5
-23
/
+481
|
*
Finished writing chromosome tests, implemented active node detection, ↵
Eduardo Pedroni
2014-02-11
2
-1
/
+49
|
|
|
|
started writing node tests.
*
Implemented more tests, refactored chromosome more, added the beginnings of ↵
Eduardo Pedroni
2014-02-11
1
-44
/
+172
|
|
|
|
active node detection
*
Updated README, made a few changes to Chromosome's mutation methods, will be ↵
Eduardo Pedroni
2014-02-11
1
-1
/
+5
|
|
|
|
working on that throughout the day
*
Worked on more tests, finished restructuring resources
Eduardo Pedroni
2014-02-11
1
-6
/
+4
|
*
Refactored the resources mechanics, implemented a few of the chromosome tests
Eduardo Pedroni
2014-02-10
2
-22
/
+103
|
*
Created most of the classes that will be necessary, content is blank for now.
Eduardo Pedroni
2014-01-31
1
-3
/
+2
|
*
Started formally implementing the class structure but ran into some issues. ↵
Eduardo Pedroni
2014-01-30
1
-0
/
+23
I'll re-design the structure to account for function mutations, function variety, generic data types and modularized behaviour.