搜索资源列表
差别算法matlab源码
- 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应
差别算法matlab源码
- 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应
pso530
- 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),由Eberhart博士和kennedy博士于1995年提出 (Kennedy J,Eberhart R. Particle swarm optimization.Proceedings of the IEEE International Conference on Neural Networks.1995.1942~1948.)。源于对
pso_c+
- 这是一个pso程序源代码,pso源于对鸟群捕食行为的研究而发明的进化计算技术,属于进化算法的一种。 优点:收敛速度快,具有全局寻优能力,而且编程简单,易于推广使用。 -This is a pso source code, pso out of the flock of predatory behavior and evolutionary computation invention of the technology is an
gpso
- 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhar博士和kennedy博士发明。源于对鸟群捕食的行为研究 ,PSO同遗传算法类似,是一种基于叠代的优化工具。 -Particle Swarm Optimization (PSO) is an evolutionary computation technique (evolutionary computation), and
PSO-evolutionarycomputation
- 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比
07Woodcock
- 采用boids算法编写的模拟鸟群飞翔的小程序,群体的行为遵守Steer行为模型,在遇到敌人时可采取一定方法逃离。-Prepared using boids algorithm simulation birds flying small program, groups of conduct compliance Steer behavior model, in the face of the enemy may take some met
PSOtoolbox
- 微粒群算法[PSO ] 是由Kennedy 和Eberhart等于1995 年开发的一种演化计算技术, 来源于对鸟群捕食过程的模拟。PSO同遗传算法类似,是一种基于叠代的优化工具,但与遗传算法使用遗传操作子进行优化不同,利用群体中各个体之间的“协作”与“竞争”关系,根据自身及其竞争者的飞行经验,调整自己的行为。同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其
pso
- 粒子群优化算法是一种进化优化技术,源于对鸟群扑食的行为,是一种基于迭代的优化工具。此文件提供了基本粒子群算法、带压缩因子的粒子群算法、二阶粒子群算法、二阶振荡粒子群算法、权重改进的粒子群算法、混沌粒子群算法、基于杂交的粒子群算法、基于模拟退火的粒子群算法的MATLAB源代码。-PSO is an evolutionary optimization technique, derived from the behavior of the b
PSO_BP
- 应用鸟群算法(PSO)优化全局神经网络权值,可以使用-Applications birds (PSO) algorithm to optimize the overall neural network weights, you can use
Codes-of-BSA-and-CSO
- Chicken Swarm Optimization(CSO)鸡群优化算法,2014年提出的群智能优化算法。 Bird Swarm Algorithm(BSA)鸟群算法,2015年最新的群智能优化算法。 作为两种全新的群智能优化算法,CSO和BSA都具有简单,良好扩展性的特点,是天然的多种群算法! http://cn.mathworks.com/matlabcentral/profile/authors/3317597-xi
[emuch.net]BSA
- 鸟群算法matlab实例代码,智能优化算法,仿生学-Birds algorithm matlab example code, intelligent optimization algorithms, bionics
BSA
- BSA-鸟群算法2015提出的仿生群智能优化算法,包括源码和论文。-BSA- bird swarm algorithm 2015 proposed bionic swarm intelligence optimization algorithm, including source code and papers.
BSA
- 鸟群算法(附论文)。鸟群算法是一直新的生物种群算法,可有效解决优化问题。鸟群算法是基于智能粒子群,从鸟的生活习性中抽象出来的算法。 -A new bio-inspired optimisation algorithm: Bird Swarm Algorithm
BSA
- 名为鸟群算法的最新算法,可以寻求最优值,可以运用在多个领域-New algorithm, called the flock algorithm could seek the optimal value, can be applied in many fields
pso粒子群算法matlab代码
- 粒子群算法,也称粒子群优化算法或鸟群觅食算法,优化算法,用于对目标的最优值算法(optimization algorithm)
BSA
- 最原始的,鸟群算法matlab代码实现,供初学者参考(Bird swarm algorithm)
粒子群算法
- 基于鸟群算法的粒子多目标寻找最优函数解问题(Particle Multiobjective Finding the Optimal Function Solution Problem Based on Flock Algorithms)
鸡群优化算法和鸟群算法
- 优化算法之一,通过群优化算法,优化计算过程(One of the optimization algorithms, through the group optimization algorithm, the optimization of the calculation process)
BSA
- matlab 优化算法 鸟群算法 2015年最新的群智能优化算法。(matlab Bird Swarm Algorithm)