コード例 #1
0
 /// <summary>
 /// Updates this individual's summary with the data from the finished genome wrapper (after all configuration has been completed)
 /// </summary>
 /// <param name="genomeWrapper">GenomeWrapper that has been used to configure the individual</param>
 public void Finalise(GenomeWrapper genomeWrapper)
 {
     Summary = new SpeciesSummary(genomeWrapper);
 }