Particle swarm optimization for large scale integer variables and large number of constraints in matlab
6 次查看(过去 30 天)
显示 更早的评论
can particle swarm optimization algorithm be applied to a large scale linear programming problem with large number of integer variables and constraints in MATLAB R 2013a.
0 个评论
采纳的回答
Alan Weiss
2017-8-29
That sounds like the wrong thing to do. You would have to write the algorithm yourself, and I am not aware of an integer particle swarm algorithm. Use an MILP solver instead. The easiest (though not necessarily cheapest) way is to upgrade to R2014a or later, in order to use intlinprog.
Alan Weiss
MATLAB mathematical toolbox documentation
0 个评论
更多回答(0 个)
另请参阅
类别
在 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!