Does paretosearch solve mixed-integer problems?

I wonder whether or not I can use paretosearch function for mixed-integer multi objective linear problems? At the Mathworks documentation, I only saw linear examples. What would you offer for solving mixed-integer multi objective linear problems?

댓글 수: 1

John D'Errico
John D'Errico 2018년 12월 18일
편집: John D'Errico 2018년 12월 18일
Not an answer, since I don't have the time right now. But I do recall that only GA does mixed integer nonlinear programming. Since you can always convert a multi-objective problem into a single-objective problem by using a simple linear combination of the objectives, you should just do that, using GA to solve the problem.
edit: I just noticed you said you had linear subproblems. That means you could use intlinprog. Again, no real thought invested here.

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Linear Programming and Mixed-Integer Linear Programming에 대해 자세히 알아보기

제품

릴리스

R2018a

질문:

2018년 12월 18일

편집:

2018년 12월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by