rapport labo 5 - #5
Open
bouayoubegrine wants to merge 2 commits into
Open
bouayoubegrine wants to merge 2 commits into
bouayoubegrine wants to merge 2 commits into
Conversation
dpo
reviewed
Aug 18, 2025
|
Status: |
dpo
reviewed
Aug 18, 2025
| \begin{align*} | ||
| \min_{x, y} \ & \int_0^1 f(x(t), \dot{x}(t), t) \, \mathrm{d}t \\ | ||
| \text{s.t.} \ & \dot{y}(t) = h(x(t), \dot{x}(t), t) \\ | ||
| x(0) = x_0, \ & x(1) = x_1, \ y(1) = y(0), |
Contributor
There was a problem hiding this comment.
La dernière condition est incorrecte. On doit avoir
et
De façon générale,
Author
There was a problem hiding this comment.
| & \dot{x}(t) = u(t) \, \dot{y}(t) = \sqrt{1 + u(t)^2} - L\\ | ||
| & x(0) = a, \quad x(1) = b, \\ | ||
| & y(1) = y(0) = 0. | ||
| \end{align*} |
|
|
||
| #### Commenter les résultats | ||
|
|
||
| - Premièrement, la corde prend une forme parabolique, ce qui paraît intuitif. De même, la fonction $p_1(t)$ est une fonction non constante, comme vu en cours. |
Contributor
There was a problem hiding this comment.
En fait, ce n'est pas une parabole.
|
|
||
| - Premièrement, la corde prend une forme parabolique, ce qui paraît intuitif. De même, la fonction $p_1(t)$ est une fonction non constante, comme vu en cours. | ||
|
|
||
| - En ce qui concerne le temps d'exécution, le solveur utilisé a nécessité beaucoup d'itérations pour converger. On observe une convergence superlinéaire lors des dernières itérations. |
|
|
||
| - Le problème suivant est de nature \emph{bang-bang}. Ce que je remarque, c’est que le réservoir 1 dépasse, en un temps inférieur à 1, la moitié du réservoir. À partir de ce moment, le contrôle devient nul afin que le réservoir soit à moitié plein à $t_f = 1$. | ||
|
|
||
| - Dans ce deuxième problème, j’ai imposé que le réservoir ne soit pas rempli à plus de la moitié avant $t_f$. On obtient alors un contrôle non lisse, avec de fortes variations, qui tente de se compenser pour que le réservoir atteigne la moitié de sa capacité à l’instant final. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.