搜索资源列表
-
0下载:
MATLAB编写的遗传算法,采用二进制编码,有说明文档-Genetic algorithm written in MATLAB, using binary code, there is documentation
-
-
1下载:
利用fortran编程的二进制遗传算法。遗传算法将生物界遗传进化思想用于数学优化当中,形成了一种特性优良的启发式搜索算法,它能较方便地搜索出目标函数的最优值,更为重要的是,遗传算法的目标函数可以是连续函数,也可以是间断函数,因此它的使用范围比微积分极值理论的应用范围更广-Binary genetic algorithm
-
-
0下载:
遗传算法
编码解码采用二进制编解码
交叉
变异
选择操作采用轮盘赌
-genetic algorithm
The binary coding and decoding decoding
Crossover
Mutation
The roulette wheel selection operation
-
-
0下载:
说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Descr iption: Fga.m for the main program of the genetic algorithm binary Gray code, based on the roulette method nonlinear ranking selection, uniform crossover and mutation, bu
-
-
0下载:
用c语言运用简单的二进制编码实现遗传算法-In c language using a simple binary coded genetic algorithm
-
-
0下载:
二进制单变量遗传算法,变量为一维,适合初学者-Univariate binary genetic algorithm
-
-
0下载:
二进制多变量遗传算法,变量为多维,适合拓展对遗传算法的认识-Binary multivariate genetic algorithms, multidimensional variables for expanding knowledge of the genetic algorithm
-
-
0下载:
二进制编码的简单遗传算法源程序(c语言)-Simple binary coded genetic algorithm source code (c language)
-
-
0下载:
二进制编码和实数编码的遗传算法,代码非常详尽,略有难度。-Binary coding and real-coded genetic algorithm, very detailed.
-
-
0下载:
Binary Genetic algorithm program
-
-
0下载:
在matlab下实现遗传算寻找二元函数最大值-Achieve the genetic algorithm to find the maximum value of a binary function under the matlab
-
-
0下载:
A Genetic Algorithm-Based Feature Selection on binary image
-
-
0下载:
binary genetic algorithm implementation in matlab, including Selection, Crossover, Mutation and other methods of generic alghorithm
-
-
0下载:
Binary Genetic Algorithm
-
-
0下载:
genetic algorithm in binary genetic algorithm
-
-
0下载:
BINARY GENETIC ALGORITHM
SELECTION,REPRODUCTION,FITNESS FUNCTN
-
-
1下载:
用matlab写的遗传算法小程序 里面涉及到二进制编码 和 格雷码 值得学习和参考-Write with matlab genetic algorithm small program which involves binary coding and Gray code is worth learning and reference
-