搜索资源列表
ga
- 基于遗传算法的,可以用来求解多目标优化的程序源码-Based on genetic algorithms can be used to solve multi-objective optimization procedure source
uronnghees
- 用遗传算法做的图象融合,这是MATLAB源程序源码,,希望对需要的人提供帮助! 可直接使用。 已通过测试。 -Genetic algorithm to do image fusion, which is the MATLAB source code, hoping to help those who need it! Can be used directly. Has been tested.
ga_algorithm
- 遗传算法的matlab源码 能运行 很好-Genetic algorithm matlab source code can run well
GA-1
- 《Matlab遗传算法工具箱及应用》源码,含书中部分的算例。方便初学者参考使用。-Matlab genetic algorithm toolbox and its application source code, including the part in the book example.Easy for beginners to use and reference.
Matlab
- 基于遗传算法的投影寻踪模型Matlab源码-Based on genetic algorithm Matlab source Projection Pursuit Model
Genetic-algorithm-WNN-source
- 遗传算法小波神经网络的matlab源码,可直接执行。-WNN genetic algorithm matlab source code can be executed directly.
Genetic-algorithm
- 遗传算法的matlab源码实现,里边包含有例子可验证其有效性-Genetic algorithm matlab source code
chejiandiaodu
- 流水线型车间作业调度问题可以描述如下:n个任务在流水线上进行m个阶段的加工,每一阶段至少有一台机器且至少有一个阶段存在多台机器,并且同一阶段上各机器的处理性能相同,在每一阶段各任务均要完成一道工序,各任务的每道工序可以在相应阶段上的任意一台机器上加工,已知任务各道工序的处理时间,要求确定所有任务的排序以及每一阶段上机器的分配情况,使得调度指标(一般求Makespan)最小。下面的源码是求解流水线型车间作业调度问题的遗传算法通用MATLAB源码,属于GreenSim团队原创作品,博客上发布的是不完
genetic-algorithm
- 双层规划模型的遗传算法求解的Matlab源码-Bi-level programming model of genetic algorithm
fuibiu_v28
- MIT人工智能实验室的目标识别的源码,用MATLAB编写的遗传算法路径规划,人脸识别中的光照处理方法。- MIT Artificial Intelligence Laboratory identification of the target source, Genetic algorithms using MATLAB path planning, Face Recognition light treatment method.
sengpeng_v56
- 用MATLAB编写的遗传算法路径规划,esprit算法对有干扰的信号频率进行估计,包括最后计算压缩图像的峰值信噪比和压缩效果的源码。- Genetic algorithms using MATLAB path planning, esprit algorithm signal frequency interference can be assessed Including the final calculation of the compressed image peak signal to n
goqd_Improved
- 求解tsp的改进遗传算法matlab源码,不错的 很好-Improved genetic algorithm for solving TSP of matlab source, good is very good
266143
- 使用matlab应用遗传算法进行函数优化 不错的源码-Using matlab genetic algorithm for function optimization good source
nu378
- 关于神经网络控制,MIT人工智能实验室的目标识别的源码,用MATLAB编写的遗传算法路径规划。- On neural network control, MIT Artificial Intelligence Laboratory identification of the target source, Genetic algorithms using MATLAB path planning.
YUQW947
- MATLAb语言的遗传算法工具箱,比较全,源码不错的(Genetic algorithm toolbox of MATLAb language, the whole comparison, source of good)
cospecoion__syntax
- 使用matlab应用遗传算法进行函数优化 不错的源码(Using matlab genetic algorithm for function optimization good source)
《Matlab遗传算法工具箱及应用》源码
- 《Matlab遗传算法工具箱及应用》源码,雷俊杰版,适用于基础薄弱的学者(genetic algorithm toolbox and application Matlab source, Lei Junjie version, suitable for the weak foundation of the scholars)
《Matlab遗传算法工具箱及应用》源码
- 对matlab遗传算法进行了详细地介绍,并进行了实例介绍(The matlab genetic algorithm is introduced in detail, and an example is introduced.)
04657872GAFCM
- 遗传算法改进的模糊C-均值聚类MATLAB源码.模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。(Improved genetic algorithm and fuzzy C- means clustering MATLAB source. The fuzzy C- means algorithm is easy to converge to local m
神经网络入门13课源码
- 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Part