public Chromosome GetBestSolutionSoFar()
 {
     return(p.GetBestSolutionSoFar());
 }