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
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
Neel Shah
NIFTy
Commits
45ec5251
Commit
45ec5251
authored
Jul 06, 2016
by
theos
Browse files
Added a note in the callback stop functionality from last commit.
parent
fb53b84a
Changes
1
Hide whitespace changes
Inline
Side-by-side
operators/nifty_minimization.py
View file @
45ec5251
...
...
@@ -860,6 +860,7 @@ class quasi_newton_minimizer(object):
try
:
self
.
callback
(
self
.
x
,
f_k
,
i
)
except
StopIteration
:
self
.
note
.
cprint
(
"
\n
Callback function stopped minization."
)
break
# compute the the gradient for the current x
...
...
Write
Preview
Markdown
is supported
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