搜索资源列表
GA-SVM
- 遗传算法+支持向量机,非常的实用,希望对大家有用。-Genetic algorithms+ support vector machine, very useful, we want to be useful.
GA
- 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
ga
- 基于遗传算法的,可以用来求解多目标优化的程序源码-Based on genetic algorithms can be used to solve multi-objective optimization procedure source
TSP
- 基于遗传算法的TSP的MATLAB源代码-THE SOLVE OF THE TSP BY GA
PID-GAs
- 遗传算法的PID调节 题目:已知 ,利用GA 寻优PID参数,其中K=1,T=2, ,二进制/实数编码,位数不限,M,Pc,Pm自选,性能指标 ,Q=100为仿真计算步长。-PID regulation of genetic algorithms Title: known, the use of PID parameters of GA optimization, in which K = 1, T = 2,, binary/real-coded, not limited to the me
Matlab-GA
- 用matlab编程的遗传算法,适应于目标函数为求最大值,且解非负整数解-Matlab programming using genetic algorithm, adapted to the objective function for the sake of maximum, and solution of non-negative integer solutions
Mo-based-on-matlab-GA-toolbox
- 对基于matlab的遗传算法工具箱进行了介绍,很有用的论文-Matlab-based toolbox were introduced and useful papers
ga
- 遗传算法GA算法程序。用matlab编写的ga工具箱,简单实用。-GA procedures. Using Matlab toolbox prepared by the ga, simple and practical.-GA
GA-Tools-1.3.rar
- Matlab实用工具箱,可实现遗传算法优化功能。,Practical Matlab toolbox genetic algorithm optimization function.
GA
- 用MATLAB环境编的一个遗传算法和BP网络结合的小程序,-small program--MATLAB environment is made up of a genetic algorithm and BP networks in combination with
GA
- 实用的遗传算法,用matlab编写,完美运行。-good as it is !you will have a wonderful feeling!
GA
- 本文通过运用matlab工具,编写了一个运用遗传算法解决方程最值问题的程序。-the process of GA model
matlab-toolbox-of-GA
- 关于遗传算法的matlab工具箱及其应用的代码介绍-some code about the GA and the toolbox in matlab related to it
遗传算法PID整定
- GA & PID parameters matlab code
改进遗传算法11
- 是一个很好的程序,基于MATLAB对遗传算法进行的改进(Is a good program, based on MATLAB genetic algorithm improvements)
遗传算法(精英选择)-matlab
- 描述了带有精英选择策略的遗传算法优化方法,主要有别于以往的轮盘赌选择方法,改进了性能(introduce a select factor into GA algotitm to improve the characteristic of GA itself)
GA
- 基于MATLAB进行的遗传算法程序编写,可用于标准遗传算法的计算。(The genetic algorithm program based on MATLAB can be used for the calculation of the standard genetic algorithm.)
ga
- 车间布局优化是将加工设备、物料输送设备、工作单元和通道走廊等布置物体合理地放置在一个有限的生产车间内的过程。车间布局优化模型是一个含有较为复杂约束的非线性连续优化模型,可以使用遗传算法进行优化。(The layout optimization of the workshop is the process of placing the processing equipment, material conveying equipment, work unit and channel corridor
GA-work
- 利用遗传算法求解目标函数值的matlab程序(Matlab program for solving objective function value by genetic algorithm.)
GA
- 遗传算法,模拟达尔文进化论的自然选择和遗产学机理的生物进化构成的计算模型,一种不断选择优良个体的算法。谈到遗传,想想自然界动物遗传是怎么来的,自然主要过程包括染色体的选择,交叉,变异(不明白这个的可以去看看生物学),这些操作后,保证了以后的个基本上是最优的,那么以后再继续这样下去,就可以一直最优了。利用遗传算法,实现三维点云的配准。(Genetic algorithm, a computational model that simulates the biological evolution o