Skip to content

Rendu du rapport pour le lab_3 - #8

Open
oufog24 wants to merge 3 commits into
dpo-mth8408:mainfrom
oufog24:main
Open

oufog24 wants to merge 3 commits into
dpo-mth8408:mainfrom
oufog24:main

Conversation

@oufog24

@oufog24 oufog24 commented Jun 27, 2025

Copy link
Copy Markdown

Implémentation des fonctions de Newton modifié et Newton inexacte. Validation des résultats obtenus.

Chris Fogue added 3 commits June 26, 2025 20:58
Mise à jours du code et ajout de l'analyse des résultats numériques
Mise à jour du rapport et retrait du pdf
Mise à jour du rapport et ajout de commentaires pours les résultats.
@github-actions

Copy link
Copy Markdown

Status:
Success--Here-is-the-PDF

Comment thread .gitignore
@@ -0,0 +1 @@
*.pdf No newline at end of file

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Me remettre seulement le qmd.

Comment thread mnist/Project.toml
@@ -0,0 +1,3 @@
[deps]
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ça n'a rien à voir avec ce labo ...

Comment thread rapport.qmd
Pkg.add("Printf")
Pkg.add("ADNLPModels")
Pkg.add("NLPModels")
Pkg.add("IterativeSolvers")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Est-ce un module qu'on a utilisé en laboratoire ??? Si tu étais venu, tu le saurais peut-être.

Comment thread rapport.qmd
if lambda_min ≤ 0
E = -lambda_min * I(n) + epsilon * I(n)
hess_f += E
epsilon *= 10

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ce n'est pas l'implémentation qui est demandée...

Comment thread rapport.qmd
# Modification de la hessienne
if lambda_min ≤ 0
E = -lambda_min * I(n) + epsilon * I(n)
hess_f += E

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙄

Comment thread rapport.qmd
end

# Recherche linéaire
t = linesearch(model, x, d, grad_f)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ce n'est absolument pas ça qu'on demande...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants