public interface  org.apache.commons.math.genetics.MutationPolicy extends java.lang.Object
{
public abstract org.apache.commons.math.genetics.Chromosome mutate(org.apache.commons.math.genetics.Chromosome) throws org.apache.commons.math.exception.MathIllegalArgumentException;
}