public void evolve(GPGenotype a_genotype) {
   a_genotype.evolve();
 }
예제 #2
0
 public Terminal() throws InvalidConfigurationException {
   this(GPGenotype.getStaticGPConfiguration(), CommandGene.IntegerClass);
 }