Is there a way to quietly use scipy.optimize.fmin? That is, it does not print, for example.
Optimization terminated successfully. Current function value: 0.000000 Iterations: 13 Function evaluations: 30
when running the code?
This can be useful, for example, loops that last for a while.
python scipy
user3218615
source share