Skip to content

Releases: fides-dev/fides

Fides 0.6.2

26 Oct 22:13
Compare
Choose a tag to compare
  • Add citation.cff file
  • update description
  • bugfixes for hybrid hessian approximation schemes

Fides 0.6.1

08 Oct 09:58
acae89a
Compare
Choose a tag to compare
  • fix and better checks for Hessians with NaN values
  • add citation information

Fides 0.6.0

07 Oct 16:38
9b84343
Compare
Choose a tag to compare
  • Adds new rank 1/2 approximations (BB, BG, PBS, Broyden)
  • Adds hybrid hessian approximation schemes (FX, GNSBFGS, SSM, TSSM, HybridUpdate renamed to HybridFixed)
  • Adds the possibility to specify residual functions for non-linear least-squares problems, permitting better exploitation of problem properties.

Fides 0.5.1

13 Sep 18:25
e60c8f3
Compare
Choose a tag to compare
  • Changes the default subspace method to 2D by default

Fides 0.5.0

18 May 17:47
3124c66
Compare
Choose a tag to compare
  • Disable scaled gradient by default
  • Change hybrid implementation from predefined iteration to dynamic scheme

Fides 0.4.2

01 May 19:25
70bef13
Compare
Choose a tag to compare
  • Fix gradient relative tolerance check for negative objective function values
  • Updates to README
  • Allow disabling scaled gradient steps

Fides 0.4.1

05 Apr 00:07
13d590b
Compare
Choose a tag to compare
  • Fix a bug where lanczos method would yield complex optimization variables
  • Update readme

Fides 0.4.0

04 Apr 23:41
1e405b7
Compare
Choose a tag to compare
  • use lanczos method to compute better descent solution if newton is not a descent direction (2D subspace minimization only)
  • add additional safeguards for step acceptance and tr update
  • add additional scaled gradient to stepback strategy
  • add steinhaugs cg method as subspace solver
  • fix 1d trust region analytical solution
  • update documentation (thanks to @dweindl)

Fides 0.3.4

01 Apr 15:36
ae15ab6
Compare
Choose a tag to compare
  • Allow initialization of BFGS/SR1 with user provided hessian
  • Restrict refinement step-back strategy to only be applied to the best proposal step

Fides 0.3.3

26 Mar 23:06
b3c17e4
Compare
Choose a tag to compare
  • Fixes an issue where the truncated base step was erroneously not included in the set of stepback proposals