コード例 #1
0
ファイル: Solution.cs プロジェクト: zcking/SmartSeed
 public void Evaluate()
 {
     // Evaluate the solution based on the plant
     fitness = plant.CalculateFitness() * 10000.0f;
 }