python- scipy optimization
- by pear
In scipy fmin_slsqp (Sequential Least Squares Quadratic Programming), I tried reading the code 'slsqp.py' provided with the scipy package, to find what are the criteria to get the exit_modes 0?
I cannot find which statements in the code produce this exit mode?
Please help me
'slsqp.py' code as follows,
exit_modes = { -1 : "Gradient evaluation…