In this video, I explain univariate function optimization and how to implement it by using the minimize_scalar() function with a Brent method in Python. The source code for the tutorial is provided below.
https://www.datatechnotes.com/2021/12...
#optimization, #minimize_scalar,