Single shooting method example

バージョン 1.0.0.0 (2.56 KB) 作成者: Vinh Nguyen
An example of solving constrained optimization problem with single shooting method.
ダウンロード: 435
更新 2017/4/14

ライセンスの表示

% This code demonstrates an example of solving constrained optimization problem
% with single 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). Single shooting method example (https://jp.mathworks.com/matlabcentral/fileexchange/62564-single-shooting-method-example), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R2014a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersNonlinear Optimization についてさらに検索
バージョン 公開済み リリース ノート
1.0.0.0