Optimization method for solving mixed discrete-continuous programming problems

조회 수: 2 (최근 30일)
Is there a optimization method for solving mixed discrete-continuous programming in matlab?

답변 (1개)

Alan Weiss
Alan Weiss 2021년 12월 13일
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

카테고리

Help CenterFile Exchange에서 Nonlinear Optimization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by