搜索资源列表
binary
- 利用遗传算法求最小值,程序中求得是表达式x1*x1+x2*x2+x3*x3再-2~2上的最小值,以及对应的x值,算法中使用二进制编码,交叉采用不同交叉和优势交叉,变异也分两种,不用变异和优势变异-using genetic algorithms for the minimum, procedures to seek expressions x1 x1 x2 * * * x2 x3 x3 another 2 ~ 2 on the minimum, and the corresponding val
遗传算法c++程序
- 首先采用某种编码方式将解空间映射到编码空间,每个编码对应问题的一个解,称为染色体或个体。一般通过随机方法确定起始的一群个体,称为种群,在种群中根据适应值或某种竞争机制选择个体,使用各种遗传操作算子产生下一代如此进化下去,直到满足期望的终止条件。-begin using some form of coding mapping to the solution space coding space, each encoding a corresponding solution to the probl
改进的遗传算法
- vb写的改进的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码必须自己写,因为问题不同,编码,杂交,变异算子可能都不一样。特别是杂交算子,需要根据问题调整,甚至创造出新的杂交方法。而且适应度计算的代码也需要自己写,特别是带约束的优化问题 -vb write improvement in the genetic algorithm. Some common code, with the specific issues the corre
演化程序——遗传算法和数据编码的结合
- 演化程序——遗传算法和数据编码的结合 具体介绍了遗传算法的应用-evolutionary process -- genetic algorithms and data encoding the specific combination of the application of genetic algorithms
实数编码遗传算法
- (用matlab编写的十进制的遗传算法程序)实数编码遗传算法-(using Matlab prepared by the metric of genetic algorithm) is coded genetic algorithms
ga_c++
- 关于遗传算法的c++程序,本文采用了实数编码,可以对学习遗传算法的实数编码提供方便.-on Genetic Algorithms c procedures, this paper uses real-coded and can study the genetic algorithm is coded for convenience.
all-f90s
- 这是一个实数编码的遗传算法,用的是fortran语言,程序参数比较繁杂-This is a real coding genetic algorithm, using the FORTRAN language, the more complicated procedure parameters
GAdownload
- 遗传求解求解一元二次方程的解源程序(下载点击GAdownload.c) 说明: 1 popu变量表示群体规模 2 L变量表示染色体的长度 3 pc,pm变量分别代表是交叉概率和变异概率 4 gen是迭代的代数 4 chromosome是一个全局的二维数组,里面存放的是个体的编码 5 程序最后的执行结果输出到了text.txt文本文件中-genetic solving quadratic equation to solve one yuan source solutio
gentenicfunction
- 基于实数编码遗传算法的函数极植优化程序,matlab编程-real-coded genetic algorithm optimization function very planting procedures, Matlab programming
模糊推理程序
- 为缩短编码长度,提高优化速度,采用简单的3*5=15条模糊规则-to shorten the length coding, improve speed optimization, a simple 3 * 5 = 15 fuzzy rules
基本遗传算法程序
- 用二进制数来编码,每个个体用一串二进制编码来表示,适应值计算函数由自己来定义。通过选择、复制、交叉、变异来产生更好的的个体,经过一定代数的循环后,得到最优的个体。
chap5_2
- 利用二进制编码和实数编码遗传算法求函数极大值仿真程序-The use of binary encoding and real-coded genetic algorithm for maximum function simulation program
CLONOLGbinarycode
- 本人自己毕设实现的一个克隆选择算法的最优化程序,二进制的编码实现,其中已经有几个函数内嵌,可以观测到最优值和很好的效果,毕设做的辛苦的-I have set themselves to achieve a complete clone selection algorithm optimization process, the binary coding to achieve, which already has several functions built-in, you can observ
SGA
- 实数编码的遗传算法程序,FORTRAN编写-real code ga
fractal-compreeeion
- 分形编码,希望对初学者有用,分形图像压缩编码和解码程序-fractal compression
GA实数编码遗传算法程序
- 实数编码遗传算法程序,可用于模型参数辨识,也有其它的用途
《应用MATLAB实现神经网络》程序包
- 神经网络编码,网络层数设置,初始化参数设置,网络参数改进。(net code initial parameter.net level number.inprove parameter.image process.target identify.face identify.number identify.alphabet identify.)
CROSS
- 此程序包含了BP神经网络主程序以及遗传算法的编码程序,交叉程序。(this file consists of BP neural network program. code program of the genetic algorithm and cross program of the genetic algorithm)
实值编码遗传算法源程序
- 这是一个基于实值编码的加速遗传算法的MATLAB程序(This is a MATLAB program based on real coded genetic algorithm.)
张明-结构可靠度分析方法与程序(编程例子)
- 张明老师matlab的应用案例,编码附在里面,希望可以多多交流(Genetic algorithm code, plus personal understanding, I hope you can communicate more)