Function for solving MINLP
조회 수: 14 (최근 30일)
이전 댓글 표시
Is there a specific function (with integrated algorithms) to solve MINLP ? I can find the MILP function (intlinprog) and the NLP function (fmincon)...Otherwise i will use a greedy algorithm like ga for my problem.
Thanks!
댓글 수: 0
채택된 답변
Ameer Hamza
2020년 10월 20일
ga() is the only function in MATLAB, which supports nonlinear integer programming. There is no other specific function for this purpose.
댓글 수: 1
Alan Weiss
2020년 10월 20일
There is also the relatively new surrogateopt function. This function is mainly for time-consuming objective functions.
Alan Weiss
MATLAB mathematical toolbox documentation
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Surrogate Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!