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
50bc9b0b
Commit
50bc9b0b
authored
Jul 09, 2017
by
Martin Reinecke
Browse files
fix
parent
10ba9f22
Pipeline
#14529
passed with stage
in 6 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty/minimization/vl_bfgs.py
View file @
50bc9b0b
...
...
@@ -210,7 +210,7 @@ class InformationStore(object):
sgrad_i
=
self
.
s
[
kmi
].
vdot
(
self
.
last_gradient
)
result
[
2
*
m
,
i
]
=
result
[
i
,
2
*
m
]
=
sgrad_i
ygrad_i
=
self
.
y
[
k
-
m
+
i
].
vdot
(
self
.
last_gradient
)
ygrad_i
=
self
.
y
[
k
m
i
].
vdot
(
self
.
last_gradient
)
result
[
2
*
m
,
m
+
i
]
=
result
[
m
+
i
,
2
*
m
]
=
ygrad_i
result
[
2
*
m
,
2
*
m
]
=
self
.
last_gradient
.
norm
()
...
...
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