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
5edadf46
Commit
5edadf46
authored
Dec 04, 2017
by
Martin Reinecke
Browse files
revert last change
parent
e880886d
Pipeline
#22520
passed with stage
in 5 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty/minimization/line_search_strong_wolfe.py
View file @
5edadf46
...
...
@@ -119,7 +119,7 @@ class LineSearchStrongWolfe(LineSearch):
if
alpha1
<
0
:
alpha1
=
1.0
else
:
alpha1
=
1.0
/
abs
(
pk
).
max
()
alpha1
=
1.0
/
pk
.
norm
()
# start the minimization loop
iteration_number
=
0
...
...
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