MINLP with equality constrains
이전 댓글 표시
How can I solve a MINLP problem with equality constraints? I use the "ga" function and the optimization tool, without obtaining favorable results.
댓글 수: 2
Matt J
2021년 1월 10일
Your code uses fmincon, not ga. fmincon will definitely not let you impose integer constraints.
Pablo Espinel
2021년 1월 11일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!