-
psoToolbox
Help psoToolbox V1.0
psoToolbox provides an interective GUI based Toolbox to solve
optimization problems using particle swarm optimization.
Creat a fitness function in M-file.
Inputs:
Function : Function handle of fitness function.
Nvars : Number of variable to be optimized.
LB : Lower Bound of Nvars (1 X Nvars)
UB : Upper Bound of Nvars (1 X Nvars)
Parameters:
C1 : Cognative Attraction
C2 : Social Attraction
W : Inertial
Population Size : Number of Swarms
Max Iterations : Maximum number of epochs.
Click on " RUN PSO " button to start PSO search. You will get the out put
at Edit box below the axes.
- 2013-11-24 04:13:20下载
- 积分:1
-
3
输入圆的半径求周长和面积。程序由三个函数组成:主函数进行输入输出和函数调用,perimeter函数求周长,area函数求面积。(Enter the radius of the circle circumference and area requirements. Program consists of three functions: the main input and output functions and function calls, perimeter function evaluation perimeter, area function for the area.)
- 2013-12-25 20:53:57下载
- 积分:1
-
GPSsignal-modeling-and-simulation
说明: GPS中频信号的建模与仿真,通过分析GPS信号结构,建立数学模型进行仿真。(GPS intermediate frequency signal s the modeling and simulation, through analyze the GPS signal structure, establishes the mathematical model to carry on the simulation.
)
- 2011-03-28 17:22:53下载
- 积分:1
-
adap_mppt_smc_batterie
the modeling and control of a
photovo/taic system is presented. A maximum power point
tracking (MPPT) algorithm is adopted to maximize thephotovotaic output power. The proposed approach for peakpower tracking using the sliding mode control is robust to
environment changes (irradiance and temperature).
- 2014-08-26 06:21:28下载
- 积分:1
-
source_code_30pxiw
成功实现计算ZMkXss算法的程序,本人测试已经通过,性能已基本达到ZMkXss算法的性能,需要MATLAB 2009b环境运行,如有问题,欢迎讨论
(The successful implementation of the program to calculate ZMkXss algorithm, I have passed the test, need MATLAB2009b operating environment, any questions, please contact me
)
- 2015-12-17 16:16:27下载
- 积分:1
-
SA-模拟退火算法
说明: 模拟退火算法的代码及其pdf说明,非常适于初学智能优化算法的同学学习,这个算法非常经典,用处非常广泛(The code of genetic algorithm and its PDF instructions are very suitable for the students who are beginning to learn intelligent optimization algorithm. This algorithm is very classical and has a wide range of uses.)
- 2019-10-15 10:54:56下载
- 积分:1
-
数据挖掘中CART算法实现
数据挖掘中CART算法实现(用MATLAB实现)(CART data mining algorithm (MATLAB))
- 2005-05-18 20:01:54下载
- 积分:1
-
Planar-Arrays-and-Apertures
this is a chapter of famous book by van trees"optimum array processing"
- 2012-09-14 13:06:18下载
- 积分:1
-
lunwencankao0
本人找到的很好的程序,希望能对你有所帮助!值得推荐!(I found a very good program, hope you can help!)
- 2011-11-24 09:15:06下载
- 积分:1
-
code_23980764
RNW_perm(A)
利用Ryser-NW方法,计算n*n矩阵A的积和式。计算时间随着n
以2的指数倍增长。计算20*20以内的矩阵很快。
Hperm(A)
利用双元素展开计算非常稀疏的矩阵的积和式
symmRegular(n,k,m)
该命令要调用symmGen函数。
生成对称的k-regular n阶0-1矩阵的启发式算法。
参数n,k是必须的。m的默认值是10。
m设定尝试次数,如果该命令显示 fail ,表明经过m次尝试,
没有生成满足条件的矩阵。
symmGen(n,k)
这里k是一个n维向量,该命令启发式地生成一个以k为行和
的对称0-1矩阵。不能保证每次都成功,不过成功的概率一
般情况下尚可接受。(some useful code for numerical analysis)
- 2010-12-07 21:33:08下载
- 积分:1