搜索资源列表
粒子群算法求解机器人路径规划
- 粒子群算法求解机器人路径规划的MATLAB算法-the pathline of robot
粒子群算法
- 用c++的方法编写单目标粒子群算法,包含4个测试函数,结果还不错
粒子群算法的寻优算法-非线性函数极值寻优
- 通过粒子群算法对非线性函数的极值进行求解(The extremum of the nonlinear function is solved by particle swarm optimization)
粒子群算法-非线性函数极值寻优
- 根据粒子群算法原理,在MATLAB上完成非线性函数的极值寻优。(According to the principle of particle swarm optimization algorithm, the extremum of nonlinear function is optimized on MATLAB.)
粒子群算法程序
- 粒子群算法的程序,主要是针对基本粒子群和改进粒子群算法。(Particle swarm optimization procedures, mainly for the basic particle swarm optimization and improved particle swarm algorithm.)
粒子群算法2
- 最简单的粒子群算法,里面包括PSO.m,main.m(直接跑,而且有相关的说明),还有fitness.m,直接能跑(PSO,main,fitness.it can run directly.)
基于粒子群算法的PID控制器优化设计
- matlab智能算法,基于粒子群算法的PID控制器优化设计(Matlab intelligent algorithm, particle swarm optimization based PID controller optimization design)
粒子群算法
- 基本的粒子群算法,适合初学者学习,对于理解人工智能算法很有帮助(Particle swarm optimization algorithm, suitable for beginners, helpful)
粒子群算法解决旅行商问题
- 用于粒子群算法解决旅行商问题,可以运行,效果很好啊(For particle swarm optimization algorithm to solve the traveling salesman problem, you can run, the effect is very good!)
基于罚函数的粒子群算法
- MATLAB中解决约束问题的算法,罚函数的粒子群算法的精度高,速度快(The algorithm of solving constrained problems in MATLAB, the particle swarm algorithm with penalty function has high precision and fast speed)
杂交粒子群算法源程序
- 杂交粒子群算法求函数极值,是粒子群算法和遗传算法的一种混合算法(Hybrid Particle Swarm Optimization for extremum of function)
chapter14 基于粒子群算法的PID控制器优化设计
- chapter14 基于粒子群算法的PID控制器优化设计,粒子群算法也是个不错的优化参数算法(chapter14 Particle swarm optimization algorithm based on PID controller design, Particle Swarm Optimization algorithm is also a good optimization algorithm)
基于matlab多种群粒子群算法求解多目标优化问题
- 本代码主要是matlab源代码,介绍了一种通多种群粒子群算法求解多目标优化问题,这是本人毕业设计的内容,源代码附有相关说明,且运行没有问题,大家可以参考(This code is mainly matlab source code, introduced a variety of particle swarm optimization algorithm to solve multi-objective optimization problem, this is my graduation pr
基于粒子群算法的多目标搜索算法
- 本案例是基于粒子群算法的多目标搜索算法,对于多目标搜寻效果不错(This case is a multi target search algorithm based on particle swarm optimization, which has a good effect on multi target search.)
遗传算法和粒子群算法求解非线性函数最大值问题
- 遗传算法和粒子群算法求解非线性函数最大值问题(Solving the maximum value problem of nonlinear function by genetic algorithm and particle swarm optimization)
粒子群算法
- 粒子群算法及讲解,容易理解,适合新手学习数学建模(Particle swarm optimization and explanation)
基于粒子群算法的多目标搜索算法
- 基于粒子群算法的多目标搜索算法的matlab实现示例(Multiobjective search algorithm based on particle swarm optimization)
粒子群算法源代码
- 改进的粒子群算法,与遗传算法,神经网络,模拟退火等算法相结合(An improved particle swarm optimization algorithm combined with genetic algorithm, neural network, simulated annealing algorithm and so on)
粒子群算法实例 (2)
- 本文主要利用粒子群算法解决连续函数的最小值问题,粒子群优化是一种新兴的基于群体智能的启发式全局 搜索算法,粒子群优化算法通过粒子间的竞争和协作以实现在复杂搜索空间中寻找全局最优点。它具有易理解、易实现、全局搜索能力强等特点,倍受科学与工程领域的广泛关注,已经成为发展最快的智能优化算法之一。(Good particle swarm optimization and source program)
粒子群算法2
- 智能算法中的粒子群算法的代码,很好用,分享给需要的朋友们(The code of particle swarm algorithm in intelligent algorithm is very good to share with friends who need it.)