Beispiel #1
0
 public static int ChooseParent(List <Chromosome> population, int another, double maxFit, int k, int type, double alpha, double beta)
 {
     return(_chPOperator.ChooseParent(population, another, maxFit, k, type, alpha, beta));
 }