필터 지우기
필터 지우기

How to solve MINLP via problom-based optimization

조회 수: 2 (최근 30일)
Jingyu Liu
Jingyu Liu 2022년 2월 21일
답변: Matt J 2022년 2월 21일
I have an optimization problem which is a MINLP (mixed integer nonlinear programming). I tried to solve it via problem-based optimization. I use opts = optimoptions(prob) but it failed. MATLAB told me Nonlinear problem with integer variables not supported.
I wonder what solver should I choose to solve such a problem and how to do. Any suggestion is appreciated. Thanks!
  댓글 수: 4
Jingyu Liu
Jingyu Liu 2022년 2월 21일
@Torsten Thanks for your comments!

댓글을 달려면 로그인하십시오.

답변 (1개)

Matt J
Matt J 2022년 2월 21일
You can use prob2struct()
to convert problem-based formulations of your bounds, linear and integer constraints to a format suitable for ga().

카테고리

Help CenterFile Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by