Minimization in PyROOT

Hi,
The recommended way to minimise a function is to use the ROOT.Math.Minimizer class. There is this tutorial, ROOT: tutorials/fit/NumericalMinimization.C File Reference, but it is in C++. If you have issues translating it in Python, please let me know, I can provide that example also in Python

Lorenzo