Member-only story

(4) OPTIMIZATION: Finding the Interval that Contains the Minumum

Initial Bracketing Algorithm

Carla Martins
9 min readMar 21, 2023

In previous articles, we learned how to verify if a particular point meets the necessary conditions to be a minimum of a function, both for univariate and multivariate functions.

In this article, we will learn how to find an initial interval that contains the minimum for a univariate function.

→ The process of finding an initial interval that contains the minimum is called BRACKETING. Once a bracket is defined, other optimization techniques can be used to narrow down the search and find the minimum.

→ In Machine Learning we use optimization to find the minimum for the Loss Function. You can read more about Loss Functions here.

--

--

Carla Martins
Carla Martins

Written by Carla Martins

Compulsive learner. Passionate about technology. Speaks C, R, Python, SQL, Haskell, Java and LaTeX. Interested in creating solutions.

No responses yet