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!