Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 493 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 493 Bytes

Optimization

Optimization Algorithms implemented in Python

Algorithms

  1. Exhaustive Search
  2. Bounding Phase
  3. Interval Halving
  4. Fibonacci Search
  5. Golden Section Search
  6. Successive Quadratic Estimation
  7. Bisection Method
  8. Newton Raphson Method

Wolfram-Alpha URLs