Exemplo n.º 1
0
 public void setFitness()
 {
     this.fitness = 0;
     this.Fitness = Function.setFitness(this);
 }
Exemplo n.º 2
0
 public void setWeight()
 {
     this.weight = Function.setWeight(this);
 }