From 0592883f80945322b9b8d4713a2ae0c5e277acea Mon Sep 17 00:00:00 2001 From: Olivier Cots <61-ocots@users.noreply.022e47118ec0> Date: Fri, 26 Mar 2021 10:27:54 +0000 Subject: [PATCH] Update lecture.md --- course/lecture/lecture.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/course/lecture/lecture.md b/course/lecture/lecture.md index e9aba13..d2141d2 100644 --- a/course/lecture/lecture.md +++ b/course/lecture/lecture.md @@ -1,15 +1,10 @@ -# Lecture: The indirect simple shooting method +# Lecture: The indirect simple shooting method - Part I * Author: Olivier Cots * Date: March 2021 ------ -* Next: [Exercice 1](../exercices/ex1_application_simple_shooting.ipynb) - -[Correction](../corrections/ex1_cor_application_simple_shooting.ipynb) - ------- - **_Abstract_** We present in this notebook the **indirect simple shooting** method based on the [Pontryagin Maximum Principle (PMP)](https://en.wikipedia.org/wiki/Pontryagin%27s_maximum_principle) to solve a smooth optimal control problem. By smooth, we mean that the maximization condition of the PMP gives a control law in feedback form (i.e. with respect to the state and the costate) at least [continuously differentiable](https://en.wikipedia.org/wiki/Smoothness#Differentiability_classes). -- GitLab