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

Search list

[Otherpso

Description: 这是一个很基本的pso算法的matlab的源码。比较的简单,但是可以再这个基础上修改的-This is a very basic PSO algorithm matlab source code. Comparison of the simple, but can be modified based on this
Platform: | Size: 3072 | Author: ljzhang | 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-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:

[matlabpso

Description: 个程序就是最基本的粒子群优化算法程序,用Matlab实现,非常简单。是主函数的源程序,优化函数则以m文件的形式放在fitness.m里面,对不同的优化函数只要修改fitness.m就可以了通用性很强。-Procedures is the most basic particle swarm optimization procedures, using Matlab realize, is very simple. Is the main function of the source, optimizing the function with m the form of documents on fitness.m inside, optimized for different functions as long as the modifications can fitness.m highly generic.
Platform: | Size: 1024 | Author: 牛牛 | Hits:

[OtherPSO

Description: PSO最早是由Eberhart和Kennedy[1,2]于1995年提出的,是一种基于群智能方法的演化计算技术,起源于对简单社会系统的模拟,最初设想是模拟鸟群觅食的过程,但后来发现PSO是一种很好的优化工具。-PSO was first used by Eberhart and Kennedy [1,2] in 1995, is a group of intelligent methods based on the evolution of computing technology, originated in the social system of a simple simulation, the initial idea is to simulate the process of foraging birds, but later found PSO is a good optimization tool.
Platform: | Size: 30673920 | Author: yunyun | Hits:

[AI-NN-PRPSO_Tutorial

Description: 关于PSO(Particle Swarm Intelligence)的简要介绍文档。-A simple introduction to PSO.
Platform: | Size: 151552 | Author: xiaochuzhe | Hits:

[OtherPSO

Description: 这个程序就是最基本的粒子群优化算法程序,用Matlab实现,非常简单。只有几十行代码。-This procedure is the most basic particle swarm optimization procedures, using Matlab implementation is very simple. Only a few dozen lines of code.
Platform: | Size: 530432 | Author: 高青松 | Hits:

[MPIpso

Description: 简单粒子群算法 能优化但目标函数 算法简单 效果好-A simple particle swarm optimization algorithm to optimize the objective function, but simple and good results
Platform: | Size: 1024 | Author: fanglingfen | Hits:

[AI-NN-PRPSO

Description: 自己编写的一个非常简单的粒子群算法程序,适合初学者。自己调试通过。-I have written a very simple particle swarm optimization process, suitable for beginners. By their own debugging.
Platform: | Size: 5120 | Author: 小王 | Hits:

[AI-NN-PRPSO-VRP

Description: 就是相当简单的介绍一下物流选址方面的相关问题-The brief is quite simple logistics issues related to site selection
Platform: | Size: 24576 | Author: 沈海剑 | Hits:

[Mathimatics-Numerical algorithmspso

Description: pso算法,比较好的算法,简单,可以用于多目标优化-pso algorithm, a better algorithm, simple and can be used for multi-objective optimization
Platform: | Size: 7168 | Author: | Hits:

[Mathimatics-Numerical algorithmsPSO

Description: 本程序是原始粒子群算法,对一个简单函数的优化,可用来与其他算法功能进行比较。-This procedure is the original particle swarm optimization, a simple function of the optimization function can be used to compare with other algorithms.
Platform: | Size: 2048 | Author: liulei | Hits:

[matlabpso

Description: 滤波器设计是信号处理的核心问题之一,Matlab软件在多个研究领域都有着广泛的应用。 本文介绍了基于Matlab环境下,用窗函数设计法实现FIR数字滤波器的设计,并阐述了与以前人 们常用的设计方法的区别,给出了设计实例。仿真结果表明,设计结果的各项性能指标均达到指定 要求,且设计过程简便易行。 -The design of filters is a core problem in signal processing. MATLAB software iswidely used inmany research fields. This article introduces themethod ofusingwindow function to design FIR digital filters based onMATLAB and its differences from the tradi- tional designmethods. And itgives a design example. The simulation shows that the design results canmeet the requirements verywell and the design procedure is very simple and practica.l
Platform: | Size: 77824 | Author: xiaoxiao | Hits:

[matlabPSO-GA-S

Description: PSO与GA混合优化算法,可实现比单纯使用PSO或者GA算法更好的优化效果-PSO and GA hybrid optimization algorithm, can achieve more than a simple algorithm using PSO or GA optimization results better
Platform: | Size: 23653376 | Author: 吴军 | Hits:

[matlabpso

Description: PSO算法简单、易实现且参数较少,现已被应用于函数优化、神经网络训练、模糊系统控制以及其它遗传算法的应用领域-PSO algorithm is simple, easy to implement and less parameters, have been applied to function optimization, neural network training, fuzzy system control and other applications of genetic algorithms
Platform: | Size: 216064 | Author: | Hits:

[matlabpso

Description: In computer science, particle swarm optimization (PSO) is a computational method that optimizes a problem by iteratively trying to improve a candidate solution with regard to a given measure of quality. PSO optimizes a problem by having a population of candidate solutions, here dubbed particles, and moving these particles around in the search-space according to simple mathematical formulae over the particle s position and velocity. Each particle s movement is influenced by its local best known position and is also guided toward the best known positions in the search-space, which are updated as better positions are found by other particles. This is expected to move the swarm toward the best solutions.
Platform: | Size: 2048 | Author: suci ariani | Hits:

[matlabNEW.PSO

Description: 新的简单的粒子群算法 ,可以用于算法优化,全局寻优-A new simple PSO Particle Swarm Optimization
Platform: | Size: 2048 | Author: 高铭远 | Hits:

[Software Engineeringsimple-pso

Description: simple pso algorithm -part1
Platform: | Size: 1024 | Author: sami | Hits:

[matlabSimple-PSO

Description: simple pso Particle swarm optimization
Platform: | Size: 1024 | Author: mahdiace | Hits:

[Mathimatics-Numerical algorithmsPSO

Description: 一个简化版的粒子群算法代码,适合初步学习使用。内含6个测试函数(Code of a simple PSO algorithm, including six test functions)
Platform: | Size: 5120 | Author: 认真学习16 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net