Scipy optimize SLSQP: How is the ‘ftol’ parameter used?
I am wondering how the ‘ftol’ paramater in scipy.optimize.minimize(method=’SLSQP’) is used. In the documentation it just says, that it is the precision goal for the value of f, which could mean different things.
I know there is a paper where the original algorithm is explained; you can find it here: