当前位置:
首页
资源下载

搜索资源 - binary genetic algorithm
搜索资源列表
-
2下载:
基于二进制编码遗传算法的PID整定的仿真程序-Binary-coded genetic algorithm based on the PID tuning the simulation program
-
-
0下载:
fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作-fga.m the main program for the genetic algorithm using binary Gray encoding, roulette wheel based on the law of non-linear ranking selection, uniform crossover and mutation operation
-
-
0下载:
BGA Binary Genetic Algorithm Matlab Code-BGA Binary Genetic Algorithm Matlab Code
-
-
0下载:
BGA Binary Genetic Algorithm Matlab Code-BGA Binary Genetic Algorithm Matlab Code
-
-
0下载:
遗传算法程序说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Descr iption of the procedures for genetic algorithms: fga.m main program for the genetic algorithm using binary Gray encoding, roulette wheel based on the law of non-line
-
-
0下载:
This code and accompanying explanation is designed to be a genetic algorithm. It uses the roulette wheel method to optimize the function x^2 using six digit binary strings. The accompanying document goes through the algorithm and the code step-by-ste
-
-
0下载:
fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-fga.m the main program for the genetic algorithm binary Gray encoding, roulette wheel method based on non-linear ranking selection, uniform crossover and mutation operations, but al
-
-
0下载:
Binary Genetic Algorithm
minimizes the objective function designated in ff
Before beginning, set all the parameters in parts I, II, and III
Haupt & Haupt
-
-
0下载:
遗传算法二进制matlab程序修改其中函数可求解各种最有问题-Binary genetic algorithm matlab program to solve a variety of changes which functions are most problems can be
-
-
0下载:
包含二进制遗传算法,遗传算法,可直接运行寻优能力强-Contains the binary genetic algorithm, genetic algorithm, can be directly run search ability
-
-
0下载:
Binary Genetic Algorithm with example in Matalab
-
-
0下载:
Binary Genetic algorithm
-
-
1下载:
利用fortran编程的二进制遗传算法。遗传算法将生物界遗传进化思想用于数学优化当中,形成了一种特性优良的启发式搜索算法,它能较方便地搜索出目标函数的最优值,更为重要的是,遗传算法的目标函数可以是连续函数,也可以是间断函数,因此它的使用范围比微积分极值理论的应用范围更广-Binary genetic algorithm
-
-
0下载:
自然计算中遗传算法的各个程序,matlab环境下开发的源代码。best.m 求种群中适应度最大的值
calfitvalue.m 计算每个个体的适应度
calobjvalue.m 适应度函数
crossover.m 交叉变换
decodebinary.m 将二进制数转换成十进制数
decodechrom.m 将二进制数转换成十进制数
initpop.m 产生初始种群
mutation.m 变异
selection.m 选择合适的个体进行复制
main.m 主函数
-
-
0下载:
Introduction to optimization,the binary genetic algorithm,the continous genetic algorithm,basic applications,advancewd applications,more natural optimization algorithms
-
-
0下载:
A genetic algorithm (GA) is a search heuristic that mimics the process of natural selection.
-
-
0下载:
This submission contains
(1) Journal Article on Zernike Moments, Genetic Algorithm, Feature Selection and Probabilistic Neural Networks.
(2) MATLAB code to do Feature Selection Using Genetic Algorithm.
NB:
(i) This code is short BUT it works
-
-
0下载:
A Genetic Algorithm-Based Feature Selection on binary image
-
-
0下载:
使用二进制编码的遗传算法解决二维约束条件的寻优问题。-The problem of solving two-dimensional constrained conditions by using the binary coded genetic algorithm.
-
-
1下载:
Matlab 遗传算法(Genetic Algorithm)优化工具箱是基于基本操作及终止条件、二进制和十进制相互转换等操作的综合函数库。其实现步骤包括:通过输入及输出函数求出遗传算法主函数、初始种群的生成函数,采用选择、交叉、变异操作求得基本遗传操作函数。以函数仿真为例,对该函数优化和GA 改进,只需改写函数m 文件形式即可。(The Matlab Genetic Algorithm optimization toolbox is a comprehensive function librar
-