MINLP with equality constrains
Show older comments
How can I solve a MINLP problem with equality constraints? I use the "ga" function and the optimization tool, without obtaining favorable results.
2 Comments
Matt J
on 10 Jan 2021
Your code uses fmincon, not ga. fmincon will definitely not let you impose integer constraints.
Pablo Espinel
on 11 Jan 2021
Answers (0)
Categories
Find more on Solver Outputs and Iterative Display in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!