Multiple shooting method example

Solving constrained optimization with multiple shooting method

您现在正在关注此提交

% This code demonstrates an example of solving constrained optimization problem
% with multiple shooting method.
% Constrained Optimization Problem:
% minimize L = 1/2 * integral_from_t0_to_T of (u.^2)
% Subject to: x_dot = (x2; u); with x = (x1, x2)
% initial value x(0) = (0; 1);
% final value x(T) = (0; -1);
% inequality constraint: x1 < 1/9;

引用格式

Vinh Nguyen (2026). Multiple shooting method example (https://ww2.mathworks.cn/matlabcentral/fileexchange/62727-multiple-shooting-method-example), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 Nonlinear Optimization 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0