搜索资源列表
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
_ppt
- GA算法的PPT讲解,适合初学者学习! -PPT on the GA algorithm, suitable for beginners to learn! PPT on the GA algorithm, suitable for beginners to learn!
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
GA
- 遗传算法c语言实现,稍作修改可应用于各种平台,主要用于优化计算-Genetic algorithm c language, with slight modifications can be applied to a variety of platforms, mainly used in optimization calculation
semi-ga
- 半监督遗传算法,基于kmeans的半监督遗传算法-Semi-supervised genetic algorithm, based on the semi-supervised genetic algorithm kmeans
ga
- 遗传算法GA算法程序。用matlab编写的ga工具箱,简单实用。-GA procedures. Using Matlab toolbox prepared by the ga, simple and practical.-GA
ga
- matlab 实现遗传算法原程序和文档,ga算法,主要用于求解数学中的全局解问题,避免限于局部解中-matlab ga source
GA
- 是一个关于VRP问题的简单的GA算法代码,里面有零售商,中间商的成本关系!-Is a simple question about VRP GA algorithm code, there are a retailer, middleman cost relationships!
Nonlinear-DP-and-GA-algorithm
- 非线性规划和ga算法求解函数极值,提高非线性规划的优化能力-Nonlinear programming and GA algorithm to solve the extreme value of function, improve the optimization ability of nonlinear programming
遗传算法PID整定
- GA & PID parameters matlab code
改进遗传算法11
- 是一个很好的程序,基于MATLAB对遗传算法进行的改进(Is a good program, based on MATLAB genetic algorithm improvements)
Simple-GA-example
- 一个简单的遗传算法例子,练手用的,带注释,结果导出。(A simple genetic algorithm example, practicing hand with notes, the results derived.)
遗传算法(精英选择)-matlab
- 描述了带有精英选择策略的遗传算法优化方法,主要有别于以往的轮盘赌选择方法,改进了性能(introduce a select factor into GA algotitm to improve the characteristic of GA itself)
智能优化方法及MATLAB-GA工具箱简介
- ga算法详细介绍,很好的介绍了ga的使用方法(ga inadffadfasdfasdfadf)
GA源程序
- 利用GA算法搜索最优图像融合参数,在进行图像融合(The GA algorithm is used to search the optimal image fusion parameters, and the image fusion is carried out)
GA算法
- GA-NN算法详细批注。基于MATLAB开发。(the process of GA-NN based on MATLAB langurage.)
GA-tsp
- 使用遗传算法解决了旅行商问题,采用C++做实现(The traveling salesman problem is solved by genetic algorithm, and implemented by C++.)
VRPTW-ga-master
- python源码,利用遗传算法解决VRPTW问题,包含所有过程步骤(solve the VRPTW by GA(Python cord))