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일

0 개 추천

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개)

카테고리

도움말 센터File Exchange에서 Surrogate Optimization에 대해 자세히 알아보기

질문:

2020년 10월 20일

댓글:

2020년 10월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by