need particle swarm optimization code for maximizing a function
4 ビュー (過去 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 件のコメント
noosa
2011 年 11 月 22 日
please had you find a solution for this problem??? I have the same problem as you !
回答 (1 件)
Walter Roberson
2011 年 6 月 7 日
4 件のコメント
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
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 Center および File Exchange で Particle Swarm についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!