Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 460 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 460 Bytes

Optimization methods Build Status

implementation of university class tasks

    • Dichotomy method
    • Fibonacci search
    • golden-section
  1. (manual task)
    • Gradient descent
    • Newton's method, Newton–Raphson method
    • Fletcher–Reeves (Nonlinear conjugate gradient method)
    • method of Lagrange multipliers