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
Alan Weiss 2018-6-13
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 的更多信息

提问:

2018-6-13

回答:

2018-6-13

Community Treasure Hunt

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

Start Hunting!

Translated by