2012-02-24

Fett instabilt

// 455                                                                                                                                               
                  //if (ind->haploweight[m] < 0.000001) ind->haploweight[m] = 0.000001;                                                                                
                  //if (ind->haploweight[m] > 0.999999) ind->haploweight[m] = 0.999999;                                                                                
                  // 456:                                                                                                                                              
                  if (ind->haploweight[m] < 0.000000001) ind->haploweight[m] = 0.000000001;
                  if (ind->haploweight[m] > 0.999999999) ind->haploweight[m] = 0.999999999;

Behöver det sägas att 456 oväntat ger markant bättre resultat? Några nollor hit eller dit, vad gör väl det... En hel del!

Inga kommentarer: