Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
d15b1e39
Commit
d15b1e39
authored
Jul 29, 2019
by
Philipp Arras
Browse files
Do not check for convergence in inner loop of NewtonCG
parent
4abc57ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/minimization/descent_minimizers.py
View file @
d15b1e39
...
...
@@ -186,8 +186,6 @@ class NewtonCG(DescentMinimizer):
p
=
approx
.
inverse
e
,
conv
=
ConjugateGradient
(
ic
,
nreset
=
self
.
_nreset
)(
e
,
preconditioner
=
p
)
if
conv
==
ic
.
ERROR
:
raise
RuntimeError
return
-
e
.
position
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment