Skip to content

Releases: JuliaGNI/SimpleSolvers.jl

v0.7.7

10 Feb 16:13
a482fcd

Choose a tag to compare

SimpleSolvers v0.7.7

Diff since v0.7.6

Merged pull requests:

Closed issues:

v0.7.6

03 Feb 16:50
0a8de46

Choose a tag to compare

SimpleSolvers v0.7.6

Diff since v0.7.5

Merged pull requests:

  • Test NaN handling for linesearches (only for Optimizers) (#138) (@benedict-96)

Closed issues:

  • Make sure to follow Julia style guide (#51)

v0.7.5

02 Feb 11:04
69c6d5e

Choose a tag to compare

SimpleSolvers v0.7.5

Diff since v0.7.4

Merged pull requests:

Closed issues:

  • Check if direction in nonlinear solver contains NaNs (#131)

v0.7.4

02 Feb 09:26
f1cc75b

Choose a tag to compare

SimpleSolvers v0.7.4

Diff since v0.7.3

Merged pull requests:

Closed issues:

  • Add constructors for NonlinearSolver that take a method (#134)

v0.7.3

29 Jan 22:30

Choose a tag to compare

SimpleSolvers v0.7.3

Diff since v0.7.2

Merged pull requests:

Closed issues:

  • Static should probably not store α. (#19)
  • Either get rid of Linesearch or LinesearchState! (#20)
  • Should residuals (in NonlinearSolverStatus) only be updated when explicitly requested? (#32)
  • Use the custom LUSolver in SimpleSolvers for the Hessian instead of Base.:\ (#37)
  • Optional parameters $\epsilon$ and $\xi$ can't be specified in the constructor of NewtonSolver at the moment. (#58)
  • Is the DirectMethod needed? (#63)
  • Should the iteration number be stored in the optimizer/solver or in the state? (#104)
  • LINESEARCH_NAN_MAX_ITERATIONS should probably not be defined globally (#111)
  • Remove NoLinesearchState (#118)
  • Import AbstractSolverState (#119)
  • Include tests to check if conversions from Float32 to Float64 and vice-versa works (#122)

v0.7.2

26 Jan 16:08
06fb44b

Choose a tag to compare

SimpleSolvers v0.7.2

Diff since v0.7.1

Merged pull requests:

Closed issues:

  • Do something similar for the NonlinearSolverStatus as for the OptimizerStatus (#82)
  • Unify notation (#87)
  • The documentation for the Quadratic linesearch is wrong (#89)
  • Absolute and successive residual have the same value! (#105)
  • Function has wrong notation! (#107)
  • Check why we have c = .9 here. (#108)
  • update! methods for LinearProblem (#110)

v0.7.1

13 Dec 20:38
b524f7a

Choose a tag to compare

SimpleSolvers v0.7.1

Diff since v0.7.0

v0.7.0

12 Dec 20:54
4d807da

Choose a tag to compare

SimpleSolvers v0.7.0

Diff since v0.6.2

Breaking changes

  • Consolidated nonlinear solvers leading to slight interface changes for the FixedPointIterator
  • Renamed Quadratic2 linesearch to Quadratic and removed old Quadratic linesearch

Merged pull requests:

  • Revise Picard solver to have similar interface as Newton and unify common functionality (#98) (@michakraus)
  • Moved old quadratic linesearch that's not used anymore to obsolete (#99) (@benedict-96)

Closed issues:

  • Should we remove the old Quadratic line search? (#41)

v0.6.2

11 Dec 15:12
0b2dc14

Choose a tag to compare

SimpleSolvers v0.6.2

Diff since v0.6.1

Merged pull requests:

v0.6.1

10 Dec 20:20
191179c

Choose a tag to compare

SimpleSolvers v0.6.1

Diff since v0.6.0