public interface  org.apache.commons.math.genetics.SelectionPolicy extends java.lang.Object
{
public abstract org.apache.commons.math.genetics.ChromosomePair select(org.apache.commons.math.genetics.Population) throws org.apache.commons.math.exception.MathIllegalArgumentException;
}