Skip to content

Releases: dzhang314/DZOptimization.jl

v0.5.1

07 Feb 00:51
Compare
Choose a tag to compare

DZOptimization v0.5.1

  • added safety check to isnan loop in quadratic_line_search

Diff since v0.5.0

v0.5.0

01 Feb 03:13
Compare
Choose a tag to compare

DZOptimization v0.5.0

Diff since v0.4.0

v0.4.0

20 Jan 19:53
f93d78e
Compare
Choose a tag to compare

DZOptimization v0.4.0

Diff since v0.3.0

  • restructure library so that all optimizers support constraints by default
  • added utilities for testing and benchmarking optimizers
  • added Riesz energy function, gradient, Hessian, and sphere constraints to ExampleFunctions submodule

v0.3.0

09 Jan 15:48
Compare
Choose a tag to compare

DZOptimization v0.3.0

Diff since v0.2.1

  • added ExampleFunctions submodule
  • added Rosenbrock function and gradient

v0.2.1

08 Jan 19:37
Compare
Choose a tag to compare

DZOptimization v0.2.1

Initial public (registered) release of DZOptimization

  • implemented BFGS optimizer
  • implemented L2 regularization wrappers
  • implemented elbow curve fitting for finding a saturation threshold in data