We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ae493 commit 924bc9cCopy full SHA for 924bc9c
moola/linesearch/strong_wolfe.py
@@ -79,7 +79,6 @@ def search(self, phi, phi_dphi, phi_dphi0):
79
self.stpmin = 0.
80
if self.stpmax == "automatic":
81
stpmax = max(4*min(self.start_stp, 1.0), 0.1*f/(-g*self.ftol))
82
- print("-g", -g)
83
else:
84
stpmax = self.stpmax
85
0 commit comments