C#:实现模拟花朵的进化遗传算法 using System; using System.Collections.Generic; using System.Text; namespace GA { class Program