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
/
population
/
Gene.java
blob: 8865a01eacc35f3c6aa636865ef6f579699578cb (
plain
)
1
2
3
4
5
package
jcgp.population
;
public
abstract
class
Gene
{
}