Skip to content

Releases: JuliaNLSolvers/Optim.jl

v0.22.0

26 Jun 14:10
0794f44
Compare
Choose a tag to compare

Optim v0.22.0

Diff since v0.21.0

Closed issues:

  • Complex optimization example of documentary not working (#817)

Merged pull requests:

v0.21.0

30 Apr 14:06
f7ddb71
Compare
Choose a tag to compare

Optim v0.21.0

Diff since v0.20.6

Closed issues:

  • Document KrylovTrustRegion (#737)
  • Inconsistencies with fg! in Krylov vs LBFGS (#738)
  • New minor release for StatsBase v0.33 compatibility? (#803)
  • numerical values for alphaguess (#805)
  • V1.4 tests fail (#810)

Merged pull requests:

  • only_* constructors for newton-krylov (#742) (@tlienart)
  • Support creation of TwiceDifferentiable from IPNewton methods (#808) (@timholy)
  • Skip updates if dx_dg is non-positive in BFGS (#809) (@pkofod)
  • Use inversediagonal in precon test. (#811) (@pkofod)
  • Add simple InitialStatic alpha choice by providing just a number to t… (#812) (@pkofod)

v0.20.6

02 Apr 07:06
a5e61c7
Compare
Choose a tag to compare

Optim v0.20.6

Diff since v0.20.5

Closed issues:

  • Gradients not working correctly with Double64 type from DoubleFloats (#761)
  • Unused return value from update_state!() in optimize() (#789)
  • brent returns spurious minimum (#798)
  • It seems like dot is being incorrectly overwritten (#801)

Merged pull requests:

v0.20.5

27 Mar 09:21
d018c39
Compare
Choose a tag to compare
Update Project.toml

v0.20.4

14 Mar 07:10
v0.20.4
3edf9b1
Compare
Choose a tag to compare

v0.20.4 (2020-03-14)

Diff since v0.20.3

Closed issues:

  • Least square minimization (#797)

Merged pull requests:

v0.20.3

10 Mar 07:33
v0.20.3
a103513
Compare
Choose a tag to compare

v0.20.3 (2020-03-10)

Diff since v0.20.2

Merged pull requests:

v0.20.2

03 Mar 12:11
v0.20.2
1e0ab0a
Compare
Choose a tag to compare

v0.20.2 (2020-03-03)

Diff since v0.20.1

Closed issues:

  • Maximizing a complicated nonlinear logliklihood function (#787)
  • Nelder-Mead stopping condition (#759)
  • Roadmap-ish stuff (#662)
  • linesearch warning (#579)
  • Trust-Region code does not handle the hard case (#540)
  • Finite Difference: Remove Calculus when DiffEqDiffTools Hessians are implemented (#519)
  • Type instability in result object (#510)
  • Feature request: Callback function gets passed current best solution (#452)
  • optimize with autodiff accumulates calls counter (#443)

Merged pull requests:

  • Use Compat.jl for dot. (#791) (pkofod)
  • Fix swapped relative and absolute tolerances (#788) (gwater)

v0.20.1

30 Jan 17:21
v0.20.1
74794f2
Compare
Choose a tag to compare

v0.20.1 (2020-01-30)

Diff since v0.20.0

Merged pull requests:

v0.20.0

23 Jan 22:57
v0.20.0
75ab088
Compare
Choose a tag to compare

v0.20.0 (2020-01-23)

Diff since v0.19.7

Closed issues:

  • OneDifferenciable strange error (#769)
  • Parallel Auto Differentiation (#760)
  • Documentation suggests no support for global optimizaiton (#731)

Merged pull requests:

v0.19.7

09 Dec 21:08
v0.19.7
b11280b
Compare
Choose a tag to compare

v0.19.7 (2019-12-06)

Diff since v0.19.6

Merged pull requests:

  • Make sure that lambda is large enough to make Hessian positive definite (#768) (andreasnoack)