MINLP with equality constrains
Mostrar comentarios más antiguos
How can I solve a MINLP problem with equality constraints? I use the "ga" function and the optimization tool, without obtaining favorable results.
2 comentarios
Matt J
el 10 de En. de 2021
Your code uses fmincon, not ga. fmincon will definitely not let you impose integer constraints.
Pablo Espinel
el 11 de En. de 2021
Respuestas (0)
Categorías
Más información sobre Solver Outputs and Iterative Display en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!