搜索资源列表
-
0下载:
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应
-
-
4下载:
这个压缩包是微粒群优化算法(PSO)工具-MATLAB箱源代码。,The compressed packet is the source code of Particle Swarm Optimization (PSO) instrument of MATLAB.
-
-
5下载:
粒子群优化算法结合灰色模型进行电力市场的预测,自己编写的源代码,使用标准粒子群算法,Particle swarm optimization algorithm combined with a gray model forecast of the electricity market, I have written the source code, using the standard particle swarm optimization
-
-
10下载:
粒子群优化算法用于天线阵列方向图综合,自己编写的源代码,使用标准粒子群优化算法,Particle swarm optimization algorithm for antenna array pattern synthesis, I have written the source code, using the standard particle swarm optimization algorithm
-
-
3下载:
基本的粒子群优化算法的matlab说细代码,有详细的注释,很适合初学都参考。,The basic particle swarm optimization algorithm matlab code fine Say, have detailed notes, it is suitable for both beginner reference.
-
-
2下载:
用于求解约束优化问题的算法,算法为差分进化/遗传算法/微粒群算法的融合。对于“[7] T. P. Runarsson and X. Yao, Stochastic ranking for constrained evolutionary optimization, IEEE Trans. Evol. Comput., vol. 4, no. 3, pp. 284-294, Sep. 2000”中给出的13个标准测试函数,均能得到问题最优解。如有任何疑问,请于http://2shi.phphube
-
-
4下载:
%程序名称:求解约束优化问题的改进粒子群优化算法
%程序功能:求解带各种约束条件的优化问题
%输入条件:各种初始条件,以及设定参数
%输出数值:最优解位置以及函数极小值
, Program name: for solving constrained optimization problems to improve particle swarm optimization algorithm program features: solving with a variety of constr
-
-
11下载:
多目标粒子群优化算法的matlab版本。最经典的多目标进化算法! MOPSO-Multi-objective particle swarm optimization algorithm using matlab. MOPSO
-
-
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下载:
粒子群的优化算法,不仅可以方便地解决无约束优化问题,也可以方便的解决有约束的非线性优化问题。-Particle Swarm Optimization algorithm, not only can easily solve the unconstrained optimization problem can also be convenient to solve constrained nonlinear optimization problem.
-
-
3下载:
混沌的粒子群算法,求解无约束优化问题,可以保持个体多样性-Chaotic particle swarm algorithm for solving unconstrained optimization problems, can maintain the diversity of individual
-
-
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
-
-
4下载:
量子粒子群算法的matlab实现,有程序说明-Quantum particle swarm optimization algorithm matlab implementation, there is descr iption of the procedures
-
-
0下载:
模糊粒子群的MATLAB实现,我们知到粒子群是一种智能方法-MATLAB fuzzy particle swarm to achieve, we know that PSO is an intelligent way
-
-
7下载:
北京大学计算智能研究室几位计算智能教授的辛苦结晶,包含粒子群算法源代码,PPT文档说明,十五个典型的测试函数,算法注释详尽,简明扼要,是难得的粒子群算法学习材料-Institute of Computational Intelligence Computational Intelligence Research Laboratory Professor of several hard crystal that contains the source code for Particle Swarm
-
-
2下载:
量子粒子群优化算法,采用matlab编程,可实现快速优化多维函数,不易陷入局部最优值-Quantum particle swarm optimization algorithm, using matlab programming, multi-dimensional functions can be optimized for fast, easy to fall into local optimal value
-
-
0下载:
6种求解无约束优化问题的改进的粒子群算法,matlab编程。-Six kinds of solving unconstrained optimization problems improved particle swarm algorithm, matlab programming.
-
-
0下载:
粒子群算法详解,附带matlab代码详解,可作为该算法入门读物-Detailed particle swarm optimization
-
-
0下载:
为方便学习粒子群算法基本流程及编程,这里给出了粒子群算法的MATLAB程序-To facilitate the learning process and particle swarm basic programming, here are the particle swarm algorithm in MATLAB
-
-
2下载:
提供了一种新的改进粒子群算法的MATLAB程序及相关论文材料,供学习使用(A new improved particle swarm optimization program MATLAB and related papers are provided for learning and using.)
-