Function for solving MINLP

조회 수: 14 (최근 30일)
Andreas Rhein
Andreas Rhein 2020년 10월 20일
댓글: Alan Weiss 2020년 10월 20일
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!

채택된 답변

Ameer Hamza
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
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 CenterFile Exchange에서 Surrogate Optimization에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by