Optimization with integers only
Mostrar comentarios más antiguos
Hello,
I'm using Optimization Toolbox on MatLab 7.7.0.
I would like to minimize a function f(X) where X must be only integers. I have try to do that using DiffMinChange = 1 and DiffMaxChange = 1, but it does not work.
How to force MatLab to use only integers as solution?
Thanks for your help.
Respuestas (1)
Sean de Wolski
el 24 de Abr. de 2012
1 voto
This can be done with ga() in the Global Optimization Toolbox:
Categorías
Más información sobre Problem-Based Optimization Setup en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!