搜索资源列表
遗传算法matlab
- matlab编写的遗传算法,采用二进制编码,有说明文档。-Matlab prepared by the genetic algorithm, using the binary coding, documentation.
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
Myga_1.0
- 遗传算法的fortran77语言编程,中间有法语介绍,用的是二进制编码-GA FORTRAN77 programming language, intermediate French, using the binary coding
improved-immune-algorithm
- 改进的二进制编码免疫算法,主要改进的是免疫记忆库-improved immune binary coding algorithm, the main improvement is immune memory bank
chap5_3
- 基于二进制编码遗传算法的PID整定,二进制编码串的长度为10-based on the binary-coded genetic algorithm PID tuning, the strings of binary coding length of 10
AI_GA_matlab
- 遗传算法程序 主要程序 ga.m 遗传算法核心程序 BinaryExample.m 二进制编码应用程序 FloatExample.m 浮点编码的应用程序 相关算子及函数 initializega.m 种群初始化函数 simpleXover.m 用于二进制编码的简单交叉算子 arithXover.m 用于浮点编码的算术交叉算子 binaryMutation 用于二进制编码的变异算子 nonMutation.m 用于浮点编码的非均匀变异算子
FLch6eg1
- 二进制编码的遗传算法,用来求非线性函数的最值问题
ImmuneAlgorithm_C
- 基于C语言人工免疫源程序,包括二进制编码的简单遗传算法源程序,二进制编码的简单克隆选择算法源程序
generic_algorithm_for_function_optimum
- 该算法为遗传算法的标准算法 该算法为一个二进制编码遗传算法求函数的极大值
featureselectionbasedongeneticalgorithm
- 利用遗传算法进行文本聚类的特征选择.把一种特征组合看作一个染色体,对其进行二进制编码,引入文本集密度作为适应度函数进行特征个体适应度的评价.
基本遗传算法程序
- 用二进制数来编码,每个个体用一串二进制编码来表示,适应值计算函数由自己来定义。通过选择、复制、交叉、变异来产生更好的的个体,经过一定代数的循环后,得到最优的个体。
二进制遗传算法Fortran
- 这是一个Fortran77编写的标准遗传算法,采用了二进制编码方式,小生境技术等,含有源代码,设置参数比较多,但是解释的比较详细。
chap5_2
- 利用二进制编码和实数编码遗传算法求函数极大值仿真程序-The use of binary encoding and real-coded genetic algorithm for maximum function simulation program
portoptgads
- 该程序介绍了一种简单的遗传算法应用程序,采用matlab高效编程,适合于二进制编码的典型应用。-The program introduced a simple application of genetic algorithm using matlab efficient programming, suitable for the typical application binary code.
chap5_3
- 基于二进制编码遗传算法和实数编码遗传算法的PID整定-Based on the binary-coded genetic algorithms and real-coded genetic algorithm tuning of PID
myGA
- 标准遗传算法,采用二进制编码,在此基础上可以进行改进。-Standard genetic algorithm, using binary code, on this basis can be improved.
bimetric_binary_pso
- 是gerni编写的改进的二进制编码的pso的源代码,里面有运行的方法和解释,不过都是英文.-Yes gerni prepared to improve the binary-coded pso' s source code, which has run the method and interpretation, but are in English.
GA
- 采用M语言编写,利用遗传算法二进制编码求函数极值的程序.可以设定编码位数,进化代数,种群大小等。-With M written in binary-coded genetic algorithm function extremum seeking procedure. Can be set to encode digits, evolution algebra, population size.
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
SimpleGA
- 简单的进化算法(SGA),C语言实现。提供实数编码和二进制编码两种编码方式-Simple GA ,C descr iption