public Individuo(int size, MahFunc func) { init (size, func.getBound ()); }
public Individuo(int size, MahFunc func) { init (size, func.getBound ()); m_fit = func.calcFitness (this); }