资源简介

PSO BASED MPPT CONTROLLER FOR SOLAR PANEL

资源截图

代码片段和文件信息

function [x fval exitflag output] = pso(objfunc nvars options)
% PSO   Particle Swarm Optimization Algorithm
%
% PSO attempts to solve continuous optimization problem of the form
%
%       min OBJFUNC(X)
%        X
%
% No constraints on the values of entries of X can be imposed not ewen box contraints in form of
% the lower and upper bound. Any desired constraints should be dealth with by modification of the 
% objective function: by introduction of penalty functions by reformulation of the problem or some
% other way.
%
% In the present implementation only classical ‘star topology‘ PSO is considered where each
% particle is interconnected with each other particle and there are no subswarms. Also no
% additional GA like operators are applied to the particles du

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       29359  2009-05-20 08:05  pso.m
     文件        1312  2014-02-12 12:40  license.txt

评论

共有 条评论