I use scipy.optimize to minimize a function of 12 arguments.
scipy.optimize
I started the optimization a while ago and still waiting for results.
Is there a wa
Try using:
options={'disp': True}
to force scipy.optimize.minimize to print intermediate results.
scipy.optimize.minimize