文件名称:gene_bpnn_xor
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- ch***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
标准的遗传算法代码,下面是程序:function y=fitness(chrom,p,aim)
global P_cross P_mutation
[Popsize len]=size(chrom)
fitness_gene=zeros(Popsize,1)
in_he=zeros(4,1)
out_he=zeros(4,1)
in_out=0
out_out=0 -Standard genetic algorithm code, the following is the procedure: function y = fitness (chrom, p, aim) global P_cross P_mutation [Popsize len] = size (chrom) fitness_gene = zeros (Popsize, 1) in_he = zeros (4,1) out_he = zeros (4,1) in_out = 0 out_out = 0
global P_cross P_mutation
[Popsize len]=size(chrom)
fitness_gene=zeros(Popsize,1)
in_he=zeros(4,1)
out_he=zeros(4,1)
in_out=0
out_out=0 -Standard genetic algorithm code, the following is the procedure: function y = fitness (chrom, p, aim) global P_cross P_mutation [Popsize len] = size (chrom) fitness_gene = zeros (Popsize, 1) in_he = zeros (4,1) out_he = zeros (4,1) in_out = 0 out_out = 0
相关搜索: 遗传算法代码
(系统自动生成,下载前可以参看下载内容)
下载文件列表
gene_bpnn_xor
.............\cross_over.m
.............\fitness.asv
.............\fitness.m
.............\main.asv
.............\main.m
.............\mutation.m
.............\select.m
.............\cross_over.m
.............\fitness.asv
.............\fitness.m
.............\main.asv
.............\main.m
.............\mutation.m
.............\select.m