curvefit.solvers.solvers.MultipleInitialization
MultipleInitialization Solver
Uses a sampling function to sample initial values around the initial values specified in the model instance, and picks the initial values which attain lowest objective function value.
Arguments
sample_fun (Callable)
: some function to use to sample initial points around the initial points specified in the model instance
See CompositeSolver
for more arguments and methods.