How to limit optimization program to choose only natural integers numbers (not float) if my objective function is not linear?

11 views (last 30 days)
Hello,
I would like to ask you about my optimization problem on matlab:
Is there a function to compute the minimum of a non-linear function by giving us naturals integers values for x belongs to N (x should be an integer which represent a discrete mode 1 or 2 or 10 or anything else, the important is that x is an natural integer and f is reel R).
Thank you in advance!

Accepted Answer

Alan Weiss
Alan Weiss on 19 Oct 2021
If you have Global Optimization Toolbox you can use Mixed Integer ga Optimization.
Alan Weiss
MATLAB mathematical toolbox documentation

More Answers (0)

Community Treasure Hunt

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

Start Hunting!