Do we have something equivalent to scipy.optimize....
# mathematics
b
Do we have something equivalent to scipy.optimize.curve_fit ?
a
I've started doing that some time ago: https://github.com/mipt-npm/kmath/issues/41, but got overwhelmed with other tasks. I have some unique algorithms for optimization in mind, but meanwhile commons math features rather flexible optimization tools: https://commons.apache.org/proper/commons-math/userguide/optimization.html