need particle swarm optimization code for maximizing a function

2 次查看(过去 30 天)
Can you help me provide the sample PSO code for the following problems.
Maximize, Z=3x1+5x2 Subject to, x1<=4, X2<=6, 2x1+3x2<=18, x1>=0 and x2>=0.. Has recent version of Matlab included PSO?

回答(1 个)

Walter Roberson
Walter Roberson 2011-6-7
Have you considered the MATLAB File Exchange contribution Particle Swarm Optimization Toolbox ?
Or any of these contribution: #11559 #6497 #29291 #29266 #22228 -- amongst others?
  4 个评论
Walter Roberson
Walter Roberson 2011-6-7
Some of those entries might be directly suitable for solving the problem you pose. Others are demonstrations or toolboxes that guide you or allow you to construct relevant PSO code.
Neeraj Bhanot
Neeraj Bhanot 2013-12-16
same problem here.can anyone please mail the code at neerajbhanot.iitd@gmail.com for the above mentioned objective function with constraints. thanks

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Particle Swarm 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by