下载地址:
下载地址1(本站为飞网专业下载站,域名:down.cfei.net)
资源简介:
protected int N=999;//种群大小 protected int x[]=new int[N] ;//父代x表现型 protected int y[]=new int[N];//父代y表现型 protected int code_x[][]=new int[N][8];//父代x基因型 protected int code_y[][]=new int[N][8];//父代y基因型 protected double suff[]=new double[N];//个体适应度 protected double ave_suff[]=new double[N];//物种平均适应度 protected double select[]=new double[N];//选择概率 protected double odds[]=new double[N];//积累概率 protected int sele_x[][]=new int[N][8];//遗传x protected int sele_y[][]=new int[N][8];//遗传y protected int loc
飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。