Instead of ga, what else can I use to solve nonlinear optimization problem with integer constraints?
조회 수: 4(최근 30일)
표시 이전 댓글
I'm currently working on a optimization problem which has a nonlinear objective fun, 1 linear constraint, 3 nonlinear constraints, and 10 variables that must be integers. At first I tried using ga but found that it's not effective enough because I had to run it multiple times to get better solutions.
So I'm wondering is there any other build-in functions in Matlab that can help me with this? Thanks for any help given in advance.
댓글 수: 0
채택된 답변
sloppydisk
2018년 5월 3일
편집: Walter Roberson
2019년 5월 27일
Here is a file exchange entry which might help, not sure how well it works.
There's also the Midaco-solver:
댓글 수: 2
추가 답변(1개)
참고 항목
범주
Find more on Nonlinear Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!