ShkalikovOleh / OptAlg

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

Add Hooke-Jeeves #30

Closed ShkalikovOleh closed 3 years ago

ShkalikovOleh commented 3 years ago
  1. Add Hooke-Jeeves algorithm
  2. x0 is argument of the optimize function
  3. Stop criteria takes history for unified stop criteria interface(for example: CycleStopCriterion)