ShkalikovOleh / OptAlg

Reimplementation of optimization algorithms.
MIT License
0 stars 3 forks source link

Add QuasiNewton method #28

Closed ShkalikovOleh closed 3 years ago

ShkalikovOleh commented 3 years ago

Close #27 Add quasi newton optimization methods:

  1. BFGS
  2. DFP
  3. Broyden
  4. SR1

Add new step optimizers:

  1. Armijo Backtracking(replace step division)
  2. Fixed(constant step size)
  3. BisectionWolfe(for satisfying Wolfe conditions)