Integer Constrained Multi Objective Optimization
이전 댓글 표시
Hi there, I am wondering is it possible at all to use the Multiobjective optimization solver with integer constraints?
댓글 수: 1
José-Luis
2013년 5월 20일
How many parameters do you have? What's their range? If both are reasonably small, you could always use a Monte Carlo approach and test all possible combinations.
답변 (1개)
Alan Weiss
2013년 5월 20일
0 개 추천
Sorry, the gamultiobj function does not accept either integer constraints or nonlinear constraints.
Alan Weiss
MATLAB mathematical toolbox documentation
댓글 수: 2
David
2013년 5월 20일
Alan Weiss
2013년 5월 20일
Yes, you can use a bit string population with gamultiobj, as you can find out easily by looking in the Optimization Tool.
Alan Weiss
MATLAB mathematical toolbox documentation
카테고리
도움말 센터 및 File Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!