Integer constraints in scatter search

16 visualizaciones (últimos 30 días)
Eleni
Eleni el 13 de Jun. de 2018
Respondida: Alan Weiss el 13 de Jun. de 2018
GlobalSearch uses a scatter search algorithm for generating starting points. Is there a reason why it does not handle integer constraints? Thank you

Respuestas (1)

Alan Weiss
Alan Weiss el 13 de Jun. de 2018
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

Community Treasure Hunt

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

Start Hunting!

Translated by