How to solve a constrained binary multi-objective optimization problem through genetic algorithm?
Afficher commentaires plus anciens
Dear All,
I would like to solve a multi-objective problem that has both equality and inequality constraints and where the decision variables are binary. I would like to find the Pareto front with the help of a genetic algorithm.
The solver gamultiobj handles such binary multi-objective problems but ignores the constraints. Alternatively, I tried defining the variables' bounds to [0,1] and set all variables as integers but failed in that.
Does anybody know how to deal with this issue? Any other toolbox for MATLAB that is capable is also highly appreciated. Thank you!
1 commentaire
Laila Qaisi
le 19 Mar 2017
If you have written the code would you please share it as iam trying to find the same. Thanks!
Réponse acceptée
Plus de réponses (1)
Laila Qaisi
le 19 Mar 2017
0 votes
If you have written the code would you please share it as iam trying to find the same. Thanks!
1 commentaire
Atamert Arslan
le 19 Mar 2017
Modifié(e) : Atamert Arslan
le 19 Mar 2017
Catégories
En savoir plus sur Multiobjective Optimization dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!