搜索资源列表
-
4下载:
这个压缩包是微粒群优化算法(PSO)工具-MATLAB箱源代码。,The compressed packet is the source code of Particle Swarm Optimization (PSO) instrument of MATLAB.
-
-
4下载:
埃及人wael korani写的采用粒子群算法(pso)代码调用simulink模型优化pid参数,与大家共享,Wael korani Egyptians wrote using particle swarm optimization (pso) code pid call simulink model optimization parameters, and share
-
-
0下载:
学习粒子群算法matlab代码,有算法介绍,及相应matlab程序,非常通俗易懂-Learning particle swarm algorithm matlab code, algorithm descr iption, and the corresponding matlab program, very easy to understand
-
-
0下载:
智能微粒群学习算法,可用于分类及特征优化等等。该算法实现过程简单,清晰。-Intelligent Particle Swarm learning algorithm can be used to optimize the classification and characteristics and so on. Implementation process of the algorithm is simple and clear.
-
-
2下载:
我个人收集的各类智能算法,共有20多个源代码,包括:遗传算法,蚁群算法,粒子群算法,微分进化算法,遗传神经网络算法,粒子群SVM算法,粒子群神经网络算法等混合算法-I collect all kinds of intelligent algorithms, a total of more than 20 source code, including: genetic algorithms, ant colony optimization, particle swarm optimization,
-
-
0下载:
此程序为多目标粒子群程序,开发软件为Visual C-This procedure for the multi-objective particle swarm procedures, to develop software for the Visual C++
-
-
1下载:
采用遗传微粒群算法(GPSO)求解旅行商问题(TSP)的源代码。内附多个算例,本算法对于中小规模问题求解效率很高,对于大规模问题则效率略低。如有任何疑问,请于http://2shi.phphubei.com.cn/index.php发帖询问。-Genetic Particle Swarm Optimization (GPSO) for Traveling Salesman Problem (TSP) of the source code. Containing a number of examp
-
-
7下载:
北京大学计算智能研究室几位计算智能教授的辛苦结晶,包含粒子群算法源代码,PPT文档说明,十五个典型的测试函数,算法注释详尽,简明扼要,是难得的粒子群算法学习材料-Institute of Computational Intelligence Computational Intelligence Research Laboratory Professor of several hard crystal that contains the source code for Particle Swarm
-
-
1下载:
代码来自2008年数学建模东北赛区B题,原题描述http://www.ivanblog.cn/post/18.html
思想是用粒子群算法来实现相关问题的求解,编程语言是C++。-Mathematical modeling code from the 2008 Northeast Division B title, original title describes http://www.ivanblog.cn/post/18.html thinking is to achieve parti
-
-
0下载:
基本粒子群优化算法(Particle Swarm Optimization,PSO)功能:求解优化问题的全局性,并行性,高效的群体智能算法-Particle swarm optimization (Particle Swarm Optimization, PSO) function: solving global optimization problems, parallelism, and efficient swarm intelligence algorithm
-
-
0下载:
人工神经网络设想这样一个场景:一群鸟在随机搜索食物。在这个区域里只有一块食物。所有的鸟都不知道食物在那里。但是他们知道当前的位置离食物还有多远。那么找到食物的最优策略是什么呢。最简单有效的就是搜寻目前离食物最近的鸟的周围区域。
PSO从这种模型中得到启示并用于解决优化问题。PSO中,每个优化问题的解都是搜索空间中的一只鸟。我们称之为“粒子”-Particle swarm optimization
-
-
0下载:
混沌收索的粒子群算法,代码应该没问题,自己试试吧。-Chaos closing the cable particle swarm optimization, the code should be no problem to try it myself.
-
-
0下载:
粒子群C代码实现。是课程设计的一部分。基本功能没有问题。仅供参考-C code implementation of the particle swarm
-
-
0下载:
这是标准微粒群算法代码,博士写的,有需要的看-This is the particle swarm algorithm standard program code! ! ! !
-
-
0下载:
多个智能算法的代码集合(人工蚂蚁算法 人工免疫算法 免疫粒子群优化算法 粒子群算法 等等)-Collection of more intelligent algorithm code (artificial ants algorithm Artificial Immune Algorithm immune particle swarm optimization algorithm particle swarm optimization, etc.)
-
-
0下载:
该程序是混合粒子群的代码,只需修改指定的参数就可应用。-The program is a hybrid particle swarm code, just modify the specified parameters can be applied.
-
-
1下载:
该程序是混沌粒子群苏算法的代码,修改参数就可以用。-The program is chaotic particle swarm the Su algorithm the code can modify the parameters.
-
-
0下载:
粒子群算法的基本介绍的word文档,该文件和普通的文字介绍不同,它是通过一个图形例子,很形象地描述粒子群算法的内涵。文件后有代码。非常适合初学者,帮助快速理解-The basic particle swarm algorithm is introduced, and the file and ordinary text introduces different, it is through a graphic example, very vividly describes the connota
-
-
0下载:
粒子群算法(优化算法)论文设计(包括源代码实验数据_截图_很全面的),对于粒子群算法的初学者来说是很好的参考资料-Particle swarm optimization (optimization) paper design (including source code _ screenshot _ experimental data very comprehensive), particle swarm optimization for beginners is a good referenc
-
-
0下载:
本文分析了粒子群优化算法的原理,研究了粒子在搜索空间飞行的轨迹,分析了使粒子群收敛的参数设置,并根据算法的特点总结了应用粒子群优化算法的步骤,给出算法中的经验参数设置.并且对每一次改进的利弊都作出了分析与对比,为再一次改进作好准备。经过多次的算法改进与实验测试,再跟据实验数据的比较,验证了本算法改进的可行性,同时应用PSO算法解决TSP问题是一种崭新的尝试.-Design and Simulation of Particle Swarm Optimization
-