搜索资源列表
MATLAB-ge-zhong-you-hua
- 无约束一维、多维极值,约束优化问题,粒子群优化算法,遗传优化算法-Unconstrained one-dimensional, multi-dimensional extremal constrained optimization problem, particle swarm optimization, genetic optimization algorithm
pso
- matlab实现的PSO算法,主要功能是模拟粒子群算法,经过测试可以运行。-matlab implementation of the PSO algorithm, the main function is to simulate particle swarm algorithm is tested to run.
differentialalgorithm
- 差别算法matlab代码(differential algorithm)及粒子群算法的介绍,-Difference algorithm matlab code (differential algorithm) and the particle swarm algorithm descr iption
mastering_matlab
- 精通MATLAB最优化计算 配套光盘 本书的主要内容是应用MATLAB来解决最优化问题,通过将“最优化问题”、“MATLAB优化工具箱”和“MATLAB编程”这三方面有机结合进行讲述,即一方面是使用工具箱来快速解决最优化问题,另一方面是通过算法编程深入解决最优化问题。主要包括MATLAB优化工具箱、无约束多维极值问题、约束优化问题、非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化算法、遗传算法。 -The main contents of the book is the
pos
- 使用粒子群算法进行优化的程序,包括几个几个具体的应用-Particle swarm algorithm optimization procedures, including several several specific applications
PSO-extremum-optimization-algorithm
- 基于粒子群优化算法的非线性函数极值寻优,这里的适应度函数为Ackley函数,适应度值为函数值。根据初始粒子适应度值确定个体极限和群体极限。-Nonlinear function based on particle swarm optimization extremal optimization, where the fitness function for the Ackley function, the value of the fitness function value. Accordin
pso
- 人工智能的相关问题,解决粒子群优化算法,非常重要的哦-man intelligence particle swarm algorithm,very important
cmopso
- 云多目标粒子群算法,基于matlab环境,可供学习者参考。-Cloud multi-objective particle swarm algorithm, based on the Matlab environment available to learners.
fmopso
- 模糊多目标粒子群算法,基于matlab环境,可供学习者参考。-Fuzzy multi-objective particle swarm algorithm, based on the Matlab environment for learners Reference.
ant
- 蚁群算法是一种较新型的求解大规摸问题的群体智能算法,本源代码用于求解TSP问题-The ant colony algorithm is a more swarm intelligence algorithm to solve the problem of large-scale touch the source code used for solving TSP
PSO
- 粒子群算法MATLAB程序,求多元单峰函数好用。-Particle swarm algorithm MATLAB program,
follow
- 就算粒子群算法,详细步骤,计算说明很有用!-Even particle swarm algorithm, detailed steps, calculations show very useful!
Cat
- Shu-ChuanChu受到猫日常行为动作的启发,于2006年提出了猫群算法。猫群算法的最大特征表现为在进化过程中能够同时进行局部搜索和全局搜索,具有很好的收敛速度-Shu- ChuanChu inspired by cats everyday actions, cat swarm algorithm is proposed in 2006. Cat swarm algorithm of the biggest characteristic is in the process of evolut
DPSO
- 动态粒子群算法源程序,来源于matlab智能算法30个案例-Dynamic particle swarm algorithm source code, matlab intelligent algorithm from 30 cases
58359385038
- 二维粒子群算法的matlab源程序,注释很详细,主要求解函数的极大、极小值。-Two dimensional particle swarm algorithm matlab source, annotation is very detailed, mainly to solve the function of the maximum and minimum.
fasa01
- 最基础的鱼群算法源代码,可以运行,非常好用的一种代码,希望大家喜欢-The most basic fish swarm algorithm source code, you can run
Swarm-Intelligence
- Swarm Intelligence相关算法,包含算法源代码和文档-Swarm Intelligence related algorithms, including the algorithm source code and documentation
fish
- 这是人工鱼群算法解决TSP问题的matlab代码,分享给需要的朋友-The artificial fish swarm algorithm for the solution of travelling salesman problem.
PSO-and-IPSO
- 粒子群算法及其优化算法,并可以实现相关功能-Particle swarm algorithm and its optimization algorithm, the relevant functions
PSO_about
- 粒子群算法matlab代码吐血推荐。粒子群算法,也称粒子群优化算法,是近年来发展起来的一种新的进化算法。它是从随机解出发,通过迭代寻找最优解,通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。-PSO algorithm matlab cod
