搜索资源列表
共享微粒群优化算法PSO工具箱
- 这是有关PSO工具箱的程序,对初学者有很大的帮助,只要看了个,相信你能马上学会PSO算法,并知道如何编程实现。
标准pso算法程序包_matlab版
- 标准pso算法程序包_matlab版,易于初学者。
pso(sphere)
- 标准PSO算法,运用SPHERE测试函数,最终收敛于0-standard PSO algorithm, using SPHERE test function, eventually converge to 0
pso
- 这是一个很基本的pso算法的matlab的源码。比较的简单,但是可以再这个基础上修改的-This is a very basic PSO algorithm matlab source code. Comparison of the simple, but can be modified based on this
pso-GM
- 基于混沌扰动算法来解决pso算法早熟问题,并用二者结合来训练灰色预测模型参数-Perturbation algorithm based on chaotic PSO algorithm to solve the early problems and to train with a combination of both gray prediction model parameters
PSO
- 关于PSO算法 ,这是一个与自适应控制有关,也是控制的输入.-On the PSO algorithm, which is a relevant and adaptive control as well as control input.
pso
- PSO算法的改进以及应用,算法需要进行适当修改,可以进行适当的调整-PSO algorithm and the application, the algorithm is needed with appropriate modifications, can be appropriately adjusted
PSO
- 1、pso算法介绍 2、遗传算法与PSO 3、神经网络与PSO 4、PSO的参数设置-1, pso algorithm Introduction 2 Genetic Algorithms and PSO3, neural network and PSO4, PSO parameter settings
PSO
- PSO算法,粒子群优化算法,VC界面实现-PSO algorithm, particle swarm optimization algorithm, VC interface
PSO
- PSO算法,用于神经网络算法,在RF电路设计中也可以应用。-PSO algorithm, neural network algorithm used in RF circuit design can be applied.
PSO
- PSO算法,经过改进,用于优化并用MATLAB实现,希望对大家有所帮助。-PSO algorithm is improved for the optimized and used MATLAB to achieve, I hope all of you to help.
pso
- 粒子群优化(Particle Swarm Optimization - PSO) 算法是一种新兴的有潜力的进化算法( Evolutionary Algorithm - EA) .PSO 算法,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质. 但是它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作. 它通过追随当前搜索到的最优值来寻找全局最
PSO
- 用java写的PSO算法求解函数优化的可视化.-Using java to write the PSO algorithm for solving function optimization visualization.
pso
- pso算法,比较好的算法,简单,可以用于多目标优化-pso algorithm, a better algorithm, simple and can be used for multi-objective optimization
PSO
- PSO算法,粒子群算法,其中包括5个UCI数据集,还包括数据处理部分,-PSO algorithm, particle swarm optimization, including five UCI data sets, including data processing section,
PSO算法程序
- 粒子群优化算法是一种基于群体智能的演化计算技术。与遗传算法相比,PSO没有遗传算法中的选择(Selection)、交叉(Crossover)、变异(Mutation)等操作,而是通过粒子在解空间追随最优的粒子进行搜索。(Particle Swarm Optimization (PSO) is an evolutionary computing technique based on group intelligence. Compared
PSO
- 粒子群算法(PSO)算法的简单实现,用于寻找函数最小值。该代码适合于PSO 算法初学者进行深刻理解。(Simple implement of PSO algorithm that will help the person who is new learn PSO algorithm)
pso算法
- 粒子群算法,可用于解决优化问题。例如旅行商问题(Particle swarm optimization can be used to solve optimization problems. For example, the traveling salesman problem)
粒子群算法
- pso算法,可运行出结果,根据自己需求自己改变优化目标函数即可。(pso algorithm, which includes 11 m file and can be properly run to obtain results.)
PSO+2
- 基于模拟退火的PSO算法;用一个算列来说明该方法;同步变化学习因子PSO算法,也用一个算例来说明;本人运行测试通过(PSO algorithm based on simulated annealing; a column is used to illustrate the method; I run the test.)