示例#1
0
文件: Program.cs 项目: qantip/GeneoCs
        static void Main(string[] args)
        {
            Dna      temp  = new Dna(5);
            Genepool gpool = new Genepool(temp, 10);

            gpool.Randomize();
            gpool.Render();
        }