Optimization method for solving mixed discrete-continuous programming problems

1 view (last 30 days)
Is there a optimization method for solving mixed discrete-continuous programming in matlab?

Answers (1)

Alan Weiss
Alan Weiss on 13 Dec 2021
For linear objective and constraints, use intlinprog.
For nonlinear objective or constraints, use ga or surogateopt from Global Optimization Toolbox.
Alan Weiss
MATLAB mathematical toolbox documentation

Categories

Find more on Problem-Based Optimization Setup in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!