Optimization with integers only
古いコメントを表示
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.
回答 (1 件)
Sean de Wolski
2012 年 4 月 24 日
1 投票
This can be done with ga() in the Global Optimization Toolbox:
カテゴリ
ヘルプ センター および File Exchange で Problem-Based Optimization Setup についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!