搜索资源列表
GA
- 遗传算法及其MATLAB实现 主要内容: (1)遗传算法简介 (2)遗传算法的MATLAB实现 (3)应用举例 (4)遗传算法优化神经网络方向-MATLAB realization of genetic algorithm and its main elements: (1) brief introduction to genetic algorithm (2) realize MATLAB Genetic Algorithm (3) application, for exa
gafuzzypaper
- this article can guide you to apply fuzzy ga to a model
00807997
- this article can guide you to apply fuzzy ga to a model
00792863
- this article can guide you to apply fuzzy ga to a model
GA
- 详细介绍GA的PPT,编码,解码,选择,交叉,变异,都是很好的指导性材料-GA details of the PPT, encoding, decoding, selection, crossover and mutation, are very good guidance material
hatanaka03.pdf
- hatanaka ga based rbf document itis good document-hatanaka ga based rbf document itis good document
transparent_fuzzy_modeling_using_fuzzy_c_126035.z
- Transparent Fuzzy Modeling using Fuzzy Clustering and GA’s
TSPwithMPI
- TSP using GA in Matlab
GA
- C++ implementation of a Genetic algorithm (GA). A population of binary chromosomes is generated randomly to attempt to solve the Weighted MAX SAT Problem. Parameters of crossover, mutation, population size can be controlled via macros in code.There a
GA
- 用遗传算法计算摄像机自标定参数,论文加上一个MATLAB程序,有详细说明-GA computer SelfCalibrtion paramters of picture,include a matlab program。。。
GA-ALgorithm
- implement GA on iris
A_real-time_adaptive_PID_controller_step_motor
- 传统PID控制器通常难以满足多变量、非线性、强耦合的步进电机动态响应和精 确调速要求,结合传统PID控制和模糊控制及遗传算法(GA)整定PID参数的优点,设计基于 模糊遗传算法的实时自适应步进电动机PID控制器,充分发挥传统和智能控制策略各自的优 势。仿真结果表明,该实时自适应步进电动机PID控制器,具有很好的自适应能力和抗负载扰 动能力。在稳定性、动态速度响应诸方面均优于传统的PID控制器和模糊控制器,系统达到了 较高调速性能和控制精度。 -Traditional PI
GA
- 遗传算法源代码,特别有助于初学遗传算法者参考-Genetic algorithm source code, in particular, those references will help beginners GA
GA-prgram
- Traveling Salesman Problem using GA
TSPwith
- this the TSP problem with input GA algoritm that get input from matrix,i put test case too, you can use them-this is the TSP problem with input GA algoritm that get input from matrix,i put test case too, you can use them...
SVM_GA_ParamSelection
- SVM and GA ParamSelection hyridation
Output
- a complete paper GA based feature selection
ga-manual
- explanation of the GA toolbos is clearly explained in this project
ga
- GA算法代码 function pop=initpop(popsize,chromlength) pop=round(rand(popsize,chromlength)) rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵, roud 对矩阵的每个单元进行圆整。这样产生的初始种群。 2.2 计算目标函数值 2.2.1 将二进制数转化为十进制数(1) 遗传算法子程序 Name: decodebinary.
ga
- 介绍如何在matlab环境下开发遗传算法-introduction to ga arithmatic based on matlab