示例#1
0
 public List <DNA> GetPopulation()
 {
     return(CurrentGeneration.ToList());
 }