主要内容

基于问题的非线性优化

Solve nonlinear optimization problems in serial or parallel using the problem-based approach

Before you begin to solve an optimization problem, you must choose the appropriate approach: problem-based or solver-based. For details, seeFirst Choose Problem-Based or Solver-Based Approach.

Formulate your objective and nonlinear constraint functions as expressions in optimization variables, or convert MATLAB®functions usingFCN2OPTIMEXPR. For problem setup, see基于问题的优化设置.

Functions

evaluate Evaluate optimization expression
FCN2OPTIMEXPR Convert function to optimization expression
不可见 Constraint violation at a point
optimproblem Create optimization problem
Optimvar Create optimization variables
prob2struct 将优化问题或方程问题转换为求解器形式
solve 解决优化问题或方程问题

Live Editor Tasks

优化 优化or solve equations in the Live Editor

Topics

不受约束的具体问题具体分析的应用

受到约束的基于问题的应用程序

Parallel Computing

仿真或ode

算法和其他理论

Related Information