-
PSO-evolutionarycomputation
粒子群优化算法(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)
- 2008-03-19 20:51:36下载
- 积分:1
-
optimizationofa50DfunctionuseGA
说明: 遗传算法实现50维函数优化,代码简单易懂,适合初学者。(Genetic algorithm of 50-dimensional function optimization, code easy-to-read, suitable for beginners.)
- 2008-09-21 14:25:25下载
- 积分:1
-
12_01_0079_0085
Another advantage is that geometric properties of the curve are easily
determined from a particular level set of the surface . For example, the
normal vector for any point on the curve C is given by:
- 2013-03-20 17:24:34下载
- 积分:1
-
segmentation
This is a program for extracting objects from an image. Written for vehicle number plate segmentation and extraction.
Authors : Jeny Rajan, Chandrashekar P S.
U can use attached test image for testing
input - give the image file name as input. eg :- car3.jpg(This is a program for extracting objects from an image. Written for vehicle number plate segmentation and extraction.
Authors : Jeny Rajan, Chandrashekar P S.
U can use attached test image for testing
input- give the image file name as input. eg :- car3.jpg)
- 2009-10-21 00:37:14下载
- 积分:1
-
unstampc
UNSTAMPC Predictive Control of unstable system (Script file)
Implements unconstrained MPC for unstable SISO discrete-time system defined as LTI object.
- 2011-11-05 09:13:03下载
- 积分:1
-
synchronisation-wsn
a novel distributed time synchronization scheme for wireless sensor networks written in matlab
- 2020-06-30 16:00:02下载
- 积分:1
-
jububian
通过矩不变量法,判断字母是否与原字母相同(letter s distinction)
- 2012-06-30 07:43:43下载
- 积分:1
-
RequestWrapper
RequestWrapper extends AbstractHttpMessage implements HttpUriRequest.
- 2014-02-19 12:05:50下载
- 积分:1
-
Mex
MEX- Matalb executable helps is running c programs in matlab.
- 2009-05-08 18:07:46下载
- 积分:1
-
Robot_Homework1
Matlab files(mfiles) for solve the second order two variables equation
there are 3 ways of solving double equaiton
first, fivotting
second, Gauss - Matrix
third, Using Circles which have meeting points
- 2012-05-06 12:46:49下载
- 积分:1