Uses of Package
org.jgap.impl

Packages that use org.jgap.impl
com.anji.neat com.anji.neat contains classes implementing NEAT framework, including genes, mutation operators, and fitness function used for XOR. 
 

Classes in org.jgap.impl used by com.anji.neat
CloneReproductionOperator
          Produces offspring be creating clones of parents.