Single shooting method example

An example of solving constrained optimization problem with single shooting method.
435 Downloads
Aktualisiert 14. Apr 2017

Lizenz anzeigen

% 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;

Zitieren als

Vinh Nguyen (2026). Single shooting method example (https://de.mathworks.com/matlabcentral/fileexchange/62564-single-shooting-method-example), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2014a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Nonlinear Optimization finden Sie in Help Center und MATLAB Answers
Version Veröffentlicht Versionshinweise
1.0.0.0