Particle swarm optimization for large scale integer variables and large number of constraints in matlab
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Kallam Haranadha Reddy
am 28 Aug. 2017
Beantwortet: Alan Weiss
am 29 Aug. 2017
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 Kommentare
Akzeptierte Antwort
Alan Weiss
am 29 Aug. 2017
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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Particle Swarm finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!