public interface  org.apache.commons.math.genetics.CrossoverPolicy extends java.lang.Object
{
public abstract org.apache.commons.math.genetics.ChromosomePair crossover(org.apache.commons.math.genetics.Chromosome, org.apache.commons.math.genetics.Chromosome) throws org.apache.commons.math.exception.MathIllegalArgumentException;
}