首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Matlab > psomatlab

psomatlab

  • 资源大小:40.46 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: PSOmatlab

资 源 简 介

Introduction Particle swarm optimization (PSO) is a derivative-free global optimum solver. It is inspired by the surprisingly organized behaviour of large groups of simple animals, such as flocks of birds, schools of fish, or swarms of locusts. The individual creatures, or "particles", in this algorithm are primitive, knowing only four simple things: 1 & 2) their own current location in the search space and fitness value, 3) their previous personal best location, and 4) the overall best location found by all the particles in the "swarm". There are no gradients or Hessians to calculate. Each particle continually adjusts its speed and trajectory in the search space based on this information, moving closer towards the global optimum with each iteration. As seen in nature, this computational swarm displays a remarkable level of coherence and coordination despite the simplicity of its individual particles. Ease of Use If you are al

文 件 列 表

psopt
evolutioncomplete.m
license.txt
private
pso.m
psobinary.m
psoboundsabsorb.m
psoboundspenalize.m
psoboundsreflect.m
psoboundssoft.m
psocalculatepenalties.m
psodemo.m
psoiterate.m
psooptimset.m
psoplotbestf.m
psoplotscorediversity.m
psoplotswarm.m
psoplotswarmsurf.m
releasenotes.txt
testfcns
VIP VIP
0.247822s