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
Which minimization function are you using exactly?
Most of the functions have progress report built, including multiple levels of reports showing exactly the data you want, by using the disp flag (for example see scipy.optimize.fmin_l_bfgs_b).
disp