public void evolve(GPGenotype a_genotype) { a_genotype.evolve(); }
public Terminal() throws InvalidConfigurationException { this(GPGenotype.getStaticGPConfiguration(), CommandGene.IntegerClass); }