Skip to content

Releases: JuliaSmoothOptimizers/JSOSolvers.jl

v0.12.1

06 Oct 21:25
a57d43b
Compare
Choose a tag to compare

JSOSolvers v0.12.1

Diff since v0.12.0

Merged pull requests:

  • Add optional preconditioner for linear solves (#279) (@mpf)

Closed issues:

  • Integrating a preconditioner into Trunk's trust-region subsolver (#278)

v0.12.0

16 May 13:54
7de63b4
Compare
Choose a tag to compare

JSOSolvers v0.12.0

Diff since v0.11.2

Merged pull requests:

Closed issues:

  • "Error: not a descent direction" when trying to minimize LinearAlgebra.norm (!) with trunk (#273)

v0.11.2

05 Apr 11:10
3d05513
Compare
Choose a tag to compare

JSOSolvers v0.11.2

Diff since v0.11.1

Merged pull requests:

Closed issues:

  • Add references for R2 and LBFGS in readme (#236)
  • Add time limit in Krylov solvers (#237)
  • Fix warning conflict on solve! (#238)
  • R2 doesn't stop when sigma overflow (#245)
  • R2 doc does not list callback function as kwarg (#247)
  • Issue with the update of NLPModelsModifiers#v0.7.0 (#258)
  • Callback documentation (#262)
  • Negative predicted reduction in tron/trunk (#266)

v0.11.1

27 Feb 22:50
bd12646
Compare
Choose a tag to compare

JSOSolvers v0.11.1

Diff since v0.11.0

Merged pull requests:

Closed issues:

  • Docs (#20)
  • TRON: add a warning if initial guess is not within the bounds (#244)
  • Remove x in tests (#251)

v0.11.0

05 Jul 17:29
63a1b6a
Compare
Choose a tag to compare

JSOSolvers v0.11.0

Diff since v0.10.0

Closed issues:

  • Test allocations of each solver (#161)
  • Review Krylov.jl usage (#163)
  • What does "Error: Cauchy step returned: small_step" mean and what can/should I do about it? (#201)
  • Iteration numbers in tron logging are offset by one. (#207)
  • max_iter kwarg not supported (R2.jl) (#213)

Merged pull requests:

v0.10.0

30 Mar 14:10
21b9708
Compare
Choose a tag to compare

JSOSolvers v0.10.0

Diff since v0.9.3

Closed issues:

  • Stop criteria for NLS solvers: residual is sufficiently small (#34)
  • TRON appears to not be using its internal TrustRegion (#181)
  • Add max_iter stopping criterion (#184)
  • Use obj to compute the objective function for NLS (#194)

Merged pull requests:

v0.9.3

29 Nov 00:12
9157ccb
Compare
Choose a tag to compare

JSOSolvers v0.9.3

Diff since v0.9.2

Closed issues:

  • [trunk/QuasiNewtonModel] wrong ∇fn at first iterate (#175)

Merged pull requests:

v0.9.2

17 Oct 17:50
b45f5c8
Compare
Choose a tag to compare

JSOSolvers v0.9.2

Diff since v0.9.1

Closed issues:

  • Test restart with solvers (#160)

Merged pull requests:

v0.9.1

03 Oct 03:31
f4ef005
Compare
Choose a tag to compare

JSOSolvers v0.9.1

Diff since v0.9.0

Closed issues:

Merged pull requests:

v0.9.0

23 Sep 19:42
cc1f2d9
Compare
Choose a tag to compare

JSOSolvers v0.9.0

Diff since v0.8.1

Closed issues:

  • Uniform input (#3)
  • Test problem type on input (#31)
  • Callbacks (#33)
  • Improve memory of solver structure preallocating execution stats (#74)
  • how to control progress verbosity (#83)
  • If there is a way to obtain the optimization trace of x values? (#112)
  • Add solver structure (#131)

Merged pull requests: