示例#1
0
 public Individuo(int size, MahFunc func)
 {
     init (size, func.getBound ());
 }
示例#2
0
 public Individuo(int size, MahFunc func)
 {
     init (size, func.getBound ());
     m_fit = func.calcFitness (this);
 }