artoflife pre0.1.0-dev

org.artoflife.gp.genome
Interface GpCrossover

All Known Implementing Classes:
SwapSubtreeCrossover

public interface GpCrossover

Author:
Steve Meyfroidt

Method Summary
 void crossover(GpTreeChromosome chromosome1, GpTreeChromosome chromosome2)
           
 

Method Detail

crossover

public void crossover(GpTreeChromosome chromosome1,
                      GpTreeChromosome chromosome2)
Parameters:
chromosome1 - the GpTreeChromosome to crossover, so this is changed when the method has returned
chromosome2 - the GpTreeChromosome to crossover with, so this is not changed when the method has returned

artoflife pre0.1.0-dev

Copyright © 2002 the Art Of Life team. All Rights Reserved.