public void evolve(GPGenotype a_genotype) {
   a_genotype.evolve();
 }
Ejemplo n.º 2
0
 public Terminal() throws InvalidConfigurationException {
   this(GPGenotype.getStaticGPConfiguration(), CommandGene.IntegerClass);
 }