Chapter 03: Univariate Optimization
The first set of problems we will have a look at are univariate optimization problems.
-
Chapter 3.1: Golden ratio
Golden ratio is an iterative optimization algorithm for univariate problems.
-
Chapter 3.2: Brent
Brent’s method is an algorithm which extends Golden ratio by quadratic interpolation.