Skip to content
GitLab
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
a476b875
Commit
a476b875
authored
Aug 22, 2017
by
Martin Reinecke
Browse files
Merge branch 'master' into python3
parents
f81ce5cf
da29a8f4
Pipeline
#17015
passed with stage
in 19 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty/minimization/line_searching/line_search_strong_wolfe.py
View file @
a476b875
...
...
@@ -124,7 +124,7 @@ class LineSearchStrongWolfe(LineSearch):
if
alpha1
<
0
:
alpha1
=
1.0
else
:
alpha1
=
1.0
alpha1
=
1.0
/
pk
.
norm
()
# start the minimization loop
for
i
in
range
(
self
.
max_iterations
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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