Description: 使用pso求最小化一函數
matlab程式碼,寫的非常簡潔(不到100行),且還包括了2維的圖形展示,和大家分享參考!!!
一起學習matlab和各種optimize methods
最小化:(x-15)^2+(y-20)^2
The swarm matrix is
swarm(index, [location, velocity, best position, best value], [x, y components or the value component])
Author: Wesam ELSHAMY (wesamelshamy@yahoo.com) MSc Student, Electrical Enginering Dept., Faculty of Engineering Cairo University, Egypt
- Uses pso asks a smallest letter 鈻 Platform: |
Size: 13312 |
Author:pychang |
Hits:
Description: 粒子群算法工具箱
该工具箱将PSO算法的核心部分封装起来,提供给用户的为算法的可调参数,用户只需要定义好自己需要优化的函数(计算最小值或者最大值),并设置好函数自变量的取值范围、每步迭代允许的最大变化量(称为最大速度,Max_V)等,即可自行优化。-Particle Swarm Optimization Toolbox of the Toolkit will be the core of the PSO algorithm package, and made available to the user adjustable parameters for the algorithm, users only need to define their need to optimize the function (calculation of the minimum or maximum), and set good function from the range of variables, each iteration step the maximum allowable variation (known as maximum speed, Max_V) and so on, can self-optimize. Platform: |
Size: 820224 |
Author:张鹤峰 |
Hits:
Description: 非常好的优化算法的书,详细介绍了蚁群算法和粒子群算法以及相关的matlab工具箱,讲了理论和应用给出了工具箱的下载地址。
Swarm intelligence is an innovative computational way to solve hard problems. In particular, particle swarm optimization, also commonly known as PSO, mimics the behavior of a swarm of insects or a school of fish. If one of the particle discovers a good path to food the rest of the swarm will be able to follow instantly even if they are far away in the swarm. Swarm behavior is modeled by particles in multidimensional space that have two characteristics: a position and a velocity. These particles wander around the hyperspace and remember the best position that they have discovered. They communicate good positions to each other and adjust their own position and velocity based on these good positions. -Optimization algorithm very good book, detailing the ant colony algorithm and particle swarm optimization and related matlab toolbox, talked about the theory and application are given toolbox download address. Swarm intelligence is an innovative computational way to solve hard problems. In particular, particle swarm optimization, also commonly known as PSO, mimics the behavior of a swarm of insects or a school of fish. If one of the particle discovers a good path to food the rest of the swarm will be able to follow instantly even if they are far away in the swarm. Swarm behavior is modeled by particles in multidimensional space that have two characteristics: a position and a velocity. These particles wander around the hyperspace and remember the best position that they have discovered. They communicate good positions to each other and adjust their own position and velocity based on these good positions. Platform: |
Size: 5972992 |
Author:dh |
Hits:
Description: Kalman filter toolbox written by Kevin Murphy,See learning_demo.m for a demo of parameter estimation using EM.-Kalman filter toolbox written by Kevin Murphy, See learning_demo.m for a demo of parameter estimation using EM. Platform: |
Size: 13312 |
Author:孤陋寡闻 |
Hits:
Description: 通过WiFi信号的测量进行粒子滤波定位机器人 Particle filter for robot localization using WiFi measurements Matlab R2007b, Image Processing Toolbox 这个Matlab程序展示通过粒子滤波进行机器人的跟踪-WiFi signal measurement through the particle filter for robot positioning Particle filter for robot localization using WiFi measurements Matlab R2007b, Image Processing Toolbox of the Matlab program to demonstrate the robot through the particle filter tracking Platform: |
Size: 192512 |
Author:ice |
Hits:
Description: The PIVMat Toolbox for Matlab contains a set of command-line functions to import, post-process and analyse 2D vector fields from LaVision s DaVis PIV (particle image velocimetry) software Platform: |
Size: 8455168 |
Author:cui |
Hits:
Description: PSOt - a Particle Swarm Optimization Toolbox for use with Matlab.
A Particle Swarm Optimization Toolbox (PSOt) for
use with the Matlab scientific programming environment has
been developed. PSO is introduced briefly and then the use of
the toolbox is explained with some examples. A link to
downloadable code is provided. Platform: |
Size: 32768 |
Author:yazdavar |
Hits:
Description: 粒子滤波算法matlab仿真程序,这是一个工具箱,可以根据自己的需求设置粒子滤波的参数。-Particle filter matlab simulation program, this is a toolbox particle filter parameters can be set according to their needs. Platform: |
Size: 227328 |
Author:张尚卓 |
Hits: