Skip to content

Commit

Permalink
Merge pull request #21 from fides-dev/develop
Browse files Browse the repository at this point in the history
Release 0.2.4
  • Loading branch information
FFroehlich authored Feb 5, 2021
2 parents 122f14e + 82ff371 commit 2dd913e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fides/minimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def update_tr_radius(self,
self.delta * self.get_option(Options.GAMMA1),
nsx / 4
])
return self.tr_ratio >= self.get_option(Options.MU)
return self.tr_ratio > 0.0

def check_convergence(self, fval, x, grad) -> None:
"""
Expand Down
2 changes: 1 addition & 1 deletion fides/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.3"
__version__ = "0.2.4"

0 comments on commit 2dd913e

Please sign in to comment.