Integer constraints in scatter search
이전 댓글 표시
GlobalSearch uses a scatter search algorithm for generating starting points. Is there a reason why it does not handle integer constraints? Thank you
답변 (1개)
Alan Weiss
2018년 6월 13일
0 개 추천
GlobalSearch calls fmincon as the local solver. These solvers are for smooth constraints only, no integer constraints allowed. So there is no reason to try to get the scatter search to allow integer constraints, as this is just a small part of the GlobalSearch algorithm anyway.
Alan Weiss
MATLAB mathematical toolbox documentation
카테고리
도움말 센터 및 File Exchange에서 Choose a Solver에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!