Welcome![Sign In][Sign Up]
Location:
Search - pso

Search list

[Software Engineeringpso

Description: 本程序是关于粒子群优化算法PSO的代码 运行环境是vc6.0-This procedure is on the Particle Swarm Optimization PSO code runtime environment is vc6.0
Platform: | Size: 2048 | Author: bairu | Hits:

[Grid Computingjswarm-pso

Description: java编的pso程序。该程序可以用于优化各种系统-java program PSO series. The program can be used to optimize the various systems
Platform: | Size: 1208320 | Author: 滕叶 | Hits:

[Mathimatics-Numerical algorithmsPSO

Description: 这是用JAVA写的PSO标准算法,这我导师留给我的,应该很用.-This is written using JAVA standard PSO algorithm, which I leave it to my tutor, should be used.
Platform: | Size: 2048 | Author: | Hits:

[Other systemspso

Description: pso应用基本程序,adhoc应用的一些简单的小程序-PSO application of the basic procedures, adhoc application of some simple applets
Platform: | Size: 6144 | Author: LIANGJING | Hits:

[matlabPso

Description: 模拟一群鸟捕食的情景,从而达到优化目标函数的目的,这就是粒子群算法!起初在可行的空间中随机的产生一群粒子,然后让每个粒子开始在虚拟的空间中向四面八方飞翔,并且每个粒子都记下他们飞过的适应值(也就是目标优化函数)最高的点,而且整个粒子群有一个最高适应值个体,这样,粒子在飞翔的时候尽量朝向自己曾飞过的最好的点和集体的最好的点。最后达到收敛到近似最优点的目的。 -Simulation of a group of birds preying on the scene, so as to achieve the purpose of optimizing the objective function, that is, PSO! At first, where feasible, have a space in a group of random particles, and then let the beginning of each particle in a virtual space to fly in all directions, and each particle they have in mind over the fitness value (that is objective optimization function) the highest point , and the whole particle swarm adaptation has a maximum value of the individual, so that particles in the fly when he had flown as far as possible towards the best point and collective best point. Finally reaching the merits of convergence to approximate most purposes.
Platform: | Size: 4096 | Author: chen | Hits:

[Otherpso

Description: pso程序的源代码-粒子群优化算法源程序 -PSO program s source code- Particle Swarm Optimization source
Platform: | Size: 2048 | Author: 石军 | Hits:

[AI-NN-PRpso-GM

Description: 基于混沌扰动算法来解决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
Platform: | Size: 3072 | Author: 梁锦兆 | Hits:

[AI-NN-PRpso-souceCode-C++Version

Description: 一个粒子群优化(PSO)算法的C++版本的源代码。-A particle swarm optimization (PSO) algorithm C++ Version of the source code.
Platform: | Size: 2048 | Author: KTGG | Hits:

[Special EffectsPSO

Description: 基于粒子群优化算法(PSO)的类间方差估计(Otsu)-Based on Particle Swarm Optimization (PSO) of the between-class variance estimation (Otsu)
Platform: | Size: 2048 | Author: cws | Hits:

[matlabPSO

Description: 关于PSO算法 ,这是一个与自适应控制有关,也是控制的输入.-On the PSO algorithm, which is a relevant and adaptive control as well as control input.
Platform: | Size: 26624 | Author: 陈崇满 | Hits:

[matlabpso

Description: 在matlab编程环境下的标准粒子群(PSO)优化算法程序-err
Platform: | Size: 7168 | Author: 田野 | Hits:

[matlabPSO

Description: PSO算法的matlab实现,在6.5版本测试过,其他版本不保证能够马上用-PSO algorithm matlab realized, tested in the 6.5 version, does not guarantee that other versions can immediately use
Platform: | Size: 1024 | Author: chendianbo | Hits:

[SCMpso

Description: 粒子群PSO算法 c和matlab 对学习PSO很有帮助-PSO Particle Swarm algorithm c and matlab helpful for learning PSO
Platform: | Size: 567296 | Author: 凌昙 | Hits:

[Mathimatics-Numerical algorithmspso

Description: 二进制粒子群优化算法pso,主程序:swarmpso.m 它包括以下子程序: 1. 初始化:swarminit.m 2. 适应值计算函数:swarmeval.m; -Binary particle swarm optimization pso, the main program: swarmpso.m It includes the following subroutines: 1. Initialized: swarminit.m2. Adaptation value function: swarmeval.m
Platform: | Size: 2048 | Author: hj | Hits:

[matlabpso

Description: PSO算法的改进以及应用,算法需要进行适当修改,可以进行适当的调整-PSO algorithm and the application, the algorithm is needed with appropriate modifications, can be appropriately adjusted
Platform: | Size: 1024 | Author: 罗伟 | Hits:

[matlabPSO-evolutionarycomputation

Description: 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-Particle Swarm Optimization (PSO) is an evolutionary computation technique (evolutionary computation), has Dr. Eberhart and Dr. kennedy invention. Deriving from the behavior of birds of prey PSO with genetic algorithm is similar to an iterative optimization-based tools. System initialization for a group of random solutions, through the iterative search for optimal values. But there is no cross-genetic algorithm used (crossover) and mutation (mutation). But the particles in the solution space of the particles to follow the optimal search. In detail the steps after the introduction sections compared with the genetic algorithm, PSO has the advantage of being simple and easy and did not realize many of the parameters need to be adjusted. Has been widely applied to function optimization, neural network training, fuzzy system control, as well as other genetic algorithm applications
Platform: | Size: 22528 | Author: zzh | Hits:

[AI-NN-PRPSO

Description: 两个PSO优化算法的程序,经过验证,在VC。net2003下可以运行,很有帮助-Two optimization algorithm PSO procedure, after verification, in the VC. net2003 can run, very helpful
Platform: | Size: 4096 | Author: ZH | Hits:

[AI-NN-PRpso

Description: C++编的pso程序。该程序可以用于优化各种系统-C++ Made the PSO program. The program can be used to optimize the various systems
Platform: | Size: 4096 | Author: lu jie | Hits:

[AI-NN-PRPSO

Description: 1、pso算法介绍 2、遗传算法与PSO 3、神经网络与PSO 4、PSO的参数设置-1, pso algorithm Introduction 2 Genetic Algorithms and PSO3, neural network and PSO4, PSO parameter settings
Platform: | Size: 153600 | Author: 黄松 | Hits:

[Other systemsPSO

Description: 在电力系统中,用matlab源代码编写的基于pso算法优化程序-In power system using matlab source code prepared by the procedure based on PSO algorithm to optimize
Platform: | Size: 63488 | Author: zoe | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net