MINLP with equality constrains
Afficher commentaires plus anciens
How can I solve a MINLP problem with equality constraints? I use the "ga" function and the optimization tool, without obtaining favorable results.
2 commentaires
Matt J
le 10 Jan 2021
Your code uses fmincon, not ga. fmincon will definitely not let you impose integer constraints.
Pablo Espinel
le 11 Jan 2021
Réponses (0)
Catégories
En savoir plus sur Solver Outputs and Iterative Display 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!