Multiple shooting method example

버전 1.0.0.0 (2.96 KB) 작성자: Vinh Nguyen
Solving constrained optimization with multiple shooting method
다운로드 수: 926
업데이트 날짜: 2017/4/29

라이선스 보기

% 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://kr.mathworks.com/matlabcentral/fileexchange/62727-multiple-shooting-method-example), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2014a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Nonlinear Optimization에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.0.0.0