Skip to content

v0.20.2

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 03 Mar 12:11
· 171 commits to master since this release
v0.20.2
1e0ab0a

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)