当前位置:
首页 资源下载
搜索资源 - to find the largest fitness
搜索资源列表
-
0下载:
To find the largest fitness value and its location
寻找最大适应性及相应的位置!Population N=50;crossover bits=n/2 (half of bits of an individual) with random locations,mutation bits = 4 种群数 N=50,交换位数= n/2, 即个体位数的一半,且位置随机;
变异位数统一取为4;
Nc=20,28,36,44,
-
-
0下载:
自然计算中遗传算法的各个程序,matlab环境下开发的源代码。best.m 求种群中适应度最大的值
calfitvalue.m 计算每个个体的适应度
calobjvalue.m 适应度函数
crossover.m 交叉变换
decodebinary.m 将二进制数转换成十进制数
decodechrom.m 将二进制数转换成十进制数
initpop.m 产生初始种群
mutation.m 变异
selection.m 选择合适的个体进行复制
main.m 主函数
-