搜索资源列表
Matlab
- 各类人工智能算法源代码哦,包括蚁群、粒子群、遗传、神经网络-The source code of various artificial intelligence algorithms Oh
SIALAB
- 此代码是有关群智能优化算法的集合平台,集成了遗传算法、微粒群算法和蚁群算法的BenchMark优化问题以及TSP问题的求解。-This code is related to group a collection of intelligent optimization algorithm platform, integrating the genetic algorithm, particle swarm optimization and ant colony optimization algor
DEPSO
- pso,paritcle swarm optimization,粒子群,群智能优化算法-paritcle swarm optimization
蚁群算法
- 通过蚁群算法,来实现智能路径规划,是练笔制作。
MATLAB智能算法(遗传_神经网络_蚁群_免疫)
- 针对matlab中智能算法工具箱求解多目标函数问题是用遗传算法工具箱更加方便的计算多约束优化问题。(Aiming at the problem that multi-objective function is solved by using the intelligent algorithm toolbox in matlab, it is more convenient to calculate multi-constrained optimization problem with genet
[智能] 粒子群优化算法演示(PSO)-PSO_Wael
- 用粒子群优化算法进行函数寻优,比如寻找函数的最小值,最大值等。(Particle swarm optimization algorithm for function optimization, such as finding the function of the minimum, maximum and so on.)
pso
- 用粒子群优化算法求解函数最大值问题,有收敛曲线图,自己编的程序,附带一个常用的函数(Particle swarm optimization algorithm to solve the problem of maximum function, a convergence curve)
MATLAB智能算法30个案例分析——源代码
- 算法优化,包括粒子群算法,遗传算法以及多种神经网络(optimization algrithm,include PSO algrithm GA and other kind algrithm ,and many kinds of Nural network)
基于粒子群算法的PID控制器优化设计
- matlab智能算法,基于粒子群算法的PID控制器优化设计(Matlab intelligent algorithm, particle swarm optimization based PID controller optimization design)
智能算法
- 智能算法,含有遗传算法、模拟退火算法、BP神经网络优化、免疫算法、粒子群算法、蚁群算法等智能算法,MATLAB亲测可用。(Intelligent algorithm, including genetic algorithm, simulated annealing algorithm, BP neural network optimization, immune algorithm, particle swarm algorithm, ant colony algorithm and other
粒子群基本算法
- 粒子群优化算法 智能优化算法 单目标优化(particle swarm optimization)
改进蚁群
- 将蚁群算法应用于三维路径规划问题上,算法编程完整,注释详细,是初学者宝贵的学习材料。(The ant colony algorithm is applied to the three-dimensional path planning problem, the algorithm programming is complete, detailed notes, is a valuable learning material for beginners.)
蚁群算法
- 实现了最佳路劲选择,而不遗漏任何一个坐标位置的蚁群算法程序,c++.(An ant colony algorithm program for selecting the best road strength without missing any one coordinate position, c++.)
蚁群算法matlab程序代码
- 用于配套学习智能算法,属于蚁群智能算法的例子(An intelligent algorithm for learning)
智能算法导论课件
- 智能算法导论,包括神经网络遗传算法粒子群算法等(Introduction of intelligent algorithms, including neural network genetic algorithm, etc.)
蚁群算法(路径规划程序)
- 蚁群算法是一种群智能算法,也是启发式算法。基本原理来源于自然界蚂蚁觅食的最短路径原理。蚁群算法根据模拟蚂蚁寻找食物的最短路径行为来设计的仿生算法,因此一般而言,蚁群算法用来解决最短路径问题,并真的在旅行商问题(TSP,一个寻找最短路径的问题)上取得了比较好的成效。目前,也已渐渐应用到其他领域中去,在图着色问题、车辆调度问题、集成电路设计、通讯网络、数据聚类分析等方面都有所应用。(Ant colony algorithm is a population intelligent algorithm,
新颖群智能算法合集
- 新颖群算法(烟花,灰狼,鲸鱼,布谷鸟......)的合集,包括论文及代码,(A collection of novel group algorithms, including papers and codes)
全局群智能优化算法改进ELM
- 利用全局优化算法改进群智能算法从而改进ELM(Global group intelligence optimization algorithm improves ELM)
CEC2014测试函数及PDF文件解释说明
- 里面是群智能算法的相关测试函数,可以用于测试算法性能。(Inside is the related test function of swarm intelligence algorithm)
鲸鱼群智能优化神经网络(WOA-NN)
- 利用鲸鱼群智能优化算法实现对神经网络的优化,实验结果能够有效避免传统神经网络过拟合的问题,有效提高模型识别精度。内容包含:woa主函数,woa-nn优化主函数;以及三个分类原始数据可供优化模型验证。