Skip to content

labo 3 complété - #2

Open
nicolaspoly wants to merge 1 commit into
dpo-mth8408:mainfrom
nicolaspoly:test-branch
Open

nicolaspoly wants to merge 1 commit into
dpo-mth8408:mainfrom
nicolaspoly:test-branch

Conversation

@nicolaspoly

Copy link
Copy Markdown

No description provided.

@github-actions

Copy link
Copy Markdown

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

Comment thread rapport.qmd
while gnorm > eps_a + eps_r * gnorm0 && k < max_iter

Hk = H(xk)
dk = -(Hk \ gk)

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.

Pourquoi résoudre le système ici ? D'abord, il faut calculer la factorisation et la modifier. Ce dk n'est peut-être pas une direction de descente.

Comment thread rapport.qmd

Hk = H(xk)
dk = -(Hk \ gk)
slope = dot(dk, gk)

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.

à quoi sert slope ?

Comment thread rapport.qmd
Hk = hess(model, xk)

# Résolution via CG
dk, stats = Krylov.cg(Hk, -gk,linesearch=true)

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.

Tolérance de CG ?

Comment thread rapport.qmd
newton_modifiee(model)
println("Résolution Newton Inexacte : ")

newton_inexacte(model)

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.

Le comportement observé est-il normal ?

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