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 中查找有关 Get Started with Optimization Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!