You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a new class? Add a create_options or similar (refactoring) to the scipy minimizers in order to get simply the arguments for the local minimizers used inside the global ones
The text was updated successfully, but these errors were encountered:
Wrap the global optimizers in SciPy such as:
https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.minimize.html#scipy.optimize.minimize
https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.basinhopping.html#scipy.optimize.basinhopping
https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.differential_evolution.html#scipy.optimize.differential_evolution
https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.shgo.html#scipy.optimize.shgo
Make a new class? Add a
create_options
or similar (refactoring) to the scipy minimizers in order to get simply the arguments for the local minimizers used inside the global onesThe text was updated successfully, but these errors were encountered: