lab6 - #5
Open
nicolaspoly wants to merge 5 commits into
Open
lab6#5nicolaspoly wants to merge 5 commits into
nicolaspoly wants to merge 5 commits into
Conversation
dpo
reviewed
Aug 18, 2025
dpo
reviewed
Aug 18, 2025
dpo
reviewed
Aug 18, 2025
dpo
reviewed
Aug 18, 2025
|
Status: |
dpo
reviewed
Aug 19, 2025
| ``` | ||
|
|
||
| ## Analyse | ||
| La méthode de Ipopt mets globalement moins d'itération que le gradient projeté mais les deux méthodes trouvent les mêmes solutions pour ces trois problèmes. |
Contributor
There was a problem hiding this comment.
Ce sont les x* qu'il faudrait comparer...
| elapsed = time() - start_time | ||
| println("Max it atteint ($maxit). Temps écoulé = $(round(elapsed,digits=3)) s") | ||
| return x, q(x), maxit, :maxit | ||
| end |
Contributor
There was a problem hiding this comment.
??????? ton solveur précédent doit déjà gérer le cas de la boule. Il n'y a pas besoin d'écrire un autre solveur. C'est là tout le but de l'exercice ...
|
|
||
| Dans notre cas, cela revient à résoudre le même type de problème, mais en considérant la boule centrée en $x_k$ plutôt qu’en l’origine. | ||
| Par ailleur, toute fonction deux fois dérivable peut être approximée par une fonction quadratique locale via le développement de Taylor. | ||
| Cette propriété nous permet d'utiliser cet algorithme pour résoudre des problème d'optimisation avec des fonction objectifs C2. |
Contributor
There was a problem hiding this comment.
Tu ne réponds pas à la question.
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.