Welcome![Sign In][Sign Up]
Location:
Search - particle swarm code

Search list

[AI-NN-PRParticleSwarmOptimization

Description: 粒子群优化算法的源代码。以一个实例演示了基本粒子群算法的实现,是很高效的智能算法-PSO algorithm source code. An example to demonstrate the algorithm group of elementary particles, were very smart and efficient algorithm
Platform: | Size: 15360 | Author: ok8848 | Hits:

[matlabPSOt

Description: 大家好,这是一个基于粒子群优化算法的函数优化问题的MATLAB源码,希望能给大家提供帮助-Hello everyone, this is a particle swarm optimization algorithm based on function optimization problems MATLAB source code, I hope everyone can help
Platform: | Size: 759808 | 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:

[Mathimatics-Numerical algorithmsrpso

Description: 本代码是一种随机改进粒子群优化代码,简单,易懂 有注释信息。C语言版本,无错误,直接可运行-This code is a random code to improve particle swarm optimization, simple, easy-to-understand annotated information. C language versions, error-free, can be run directly
Platform: | Size: 11264 | Author: zhangli | 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:

[Otherchang

Description: pso 粒子群算法源代码 粒子群算法在物流中的优化-PSO Particle Swarm Optimization Particle Swarm Optimization source code of the optimization in the logistics
Platform: | Size: 2048 | Author: sdf | Hits:

[matlabMPSO

Description: pos算法,MATLAB的粒子群优化算法程序设计-pos algorithm, MATLAB Particle Swarm Optimization Program Design
Platform: | Size: 2048 | Author: dongye | Hits:

[Software EngineeringPSO.pdf

Description: pso program 附录1、标准微粒群算法源程序 附录2、随机微粒群算法程序-pso program in Appendix 1, the standard PSO algorithm source code in Appendix 2, a random particle swarm optimization process
Platform: | Size: 2024448 | Author: peter | Hits:

[matlabhybrid_PSO

Description: 一种基于混合策略的改进粒子群优化算法,包括执行程序hpso.m和参数设定hPSOoptions.m两个源文件。代码清晰,易于改进实现。结果显示有效的提高了SPSO的性能-A hybrid strategy based on improved particle swarm optimization algorithm, including the implementation of procedures and parameters set hpso.m two hPSOoptions.m source file. Code clear and easy to improve the achievement. The results showed that the improvement of effective performance of the SPSO
Platform: | Size: 3072 | Author: 楚湘华 | Hits:

[CSharpmopsoarchi

Description: 自适应多目标优化粒子群算法源程序,这是一个C语言编制的源程序,很实用.-Adaptive multi-objective particle swarm optimization algorithm source code, which is a C language source program, it is practical.
Platform: | Size: 35840 | Author: youzping | Hits:

[CSharpmopsowithcd

Description: 一种计算全局拥挤距离多目标优化粒子群算法源程序,这是一个C语言编制的源程序,很实用.-A calculation of the overall crowding distance of multi-objective particle swarm optimization algorithm source code, which is a C language source program, it is practical.
Platform: | Size: 11264 | Author: youzping | Hits:

[Mathimatics-Numerical algorithmsbp.pso

Description: 标准BP神经网络算法程序:动量BP算法程序:% 调用 TRAINGDX 算法训练 BP 网络 粒子群优化神经网络源程序-The standard BP neural network algorithm procedure: momentum BP algorithm procedure: TRAINGDX called BP network training algorithm particle swarm optimization neural network source code
Platform: | Size: 11264 | Author: 依然 | Hits:

[AI-NN-PRPSO_synthesis

Description: 粒子群优化算法用于天线阵列方向图综合,自己编写的源代码,使用标准粒子群优化算法-Particle swarm optimization algorithm for antenna array pattern synthesis, I have written the source code, using the standard particle swarm optimization algorithm
Platform: | Size: 5120 | Author: 许留山 | Hits:

[AI-NN-PRtsp

Description: 这是一个很好用的求解TSP问题的粒子群算法,很适合初学者。-This is a very good solution of TSP used in the particle swarm optimization problems, it is suitable for beginners.
Platform: | Size: 2048 | Author: zhaogang | Hits:

[AI-NN-PRpso1

Description: 基本的粒子群优化算法的matlab说细代码,有详细的注释,很适合初学都参考。-The basic particle swarm optimization algorithm matlab code fine Say, have detailed notes, it is suitable for both beginner reference.
Platform: | Size: 1024 | Author: lxd | Hits:

[AI-NN-PRPSO-TOOL

Description: 这个压缩包是微粒群优化算法(PSO)工具-MATLAB箱源代码。-The compressed packet is the source code of Particle Swarm Optimization (PSO) instrument of MATLAB.
Platform: | Size: 762880 | Author: 陈曦 | Hits:

[Windows DevelopMatlab_Particle_Swarm_Optimization

Description: 这个程序就是最基本的粒子群优化算法程序,用Matlab实现,非常简单。只有几十行代码。正所谓一分钱一分货啊,优化效果不总是令人满意。我还有几个改进的粒子群优化算法版本,这一段时间会陆续发上来。-This procedure is the most basic particle swarm optimization procedures, using Matlab to achieve, is very simple. Only a few dozen lines of code. Penny a point is the so-called cargo, ah, to optimize the result is not always satisfactory. I still have a number of improved version of particle swarm optimization algorithm, which will continue for some time made up.
Platform: | Size: 5120 | Author: chei | Hits:

[OtherTerm_project

Description: particle swarm optimization (PSO) for wirreless sensor networks matlab code
Platform: | Size: 62464 | Author: er | Hits:

[AI-NN-PRParticle-swarm-code

Description: 人工神经网络设想这样一个场景:一群鸟在随机搜索食物。在这个区域里只有一块食物。所有的鸟都不知道食物在那里。但是他们知道当前的位置离食物还有多远。那么找到食物的最优策略是什么呢。最简单有效的就是搜寻目前离食物最近的鸟的周围区域。   PSO从这种模型中得到启示并用于解决优化问题。PSO中,每个优化问题的解都是搜索空间中的一只鸟。我们称之为“粒子”-Particle swarm optimization
Platform: | Size: 9216 | Author: 钟灵 | Hits:

[matlabparticle swarm optimization

Description: particle swarm optimization matlab code
Platform: | Size: 2783 | Author: shafiqpuo@gmail.com | Hits:
« 12 3 4 5 6 7 8 9 10 ... 34 »

CodeBus www.codebus.net