搜索资源列表
AGA.rar
- 采用了保优的选择遗传算法 终止条件的判断是:到达一定的代数。可改进为:相邻若干代的种群平均适应值的变化来判断。若相邻若干代的种群平均适应值为变化或者是变化小于某一阈值,表示算法已经收敛,则退出算法。 选择算子:轮盘赌选择; 交叉算子:单点交叉,随机选择计算此适应度值,若大于当前最佳适应度值则降低交叉概率,否则不变; 变异算子:模板,对于优势个体,除采用低概率变异外,变异位置应采取权值越大,变异概率越小的原则,而对劣势个体则相反.,Paul used the choice of excel
Genetic
- 利用遗传算法求解极值问题,进化代数30,种群个数1-Extremum problem using genetic algorithm, evolutionary algebra 30, the number of population 100
GA_JSP
- 遗传算法解决jsp问题的matlab代码,输出种群内适应度均值和最优值图像,输出甘特图-Jsp genetic algorithm to solve the problem matlab code output within the population mean fitness and the best value of the image output Gantt