Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task: wrap global scipy optimizers #65

Open
jonas-eschle opened this issue Mar 27, 2021 · 0 comments
Open

Task: wrap global scipy optimizers #65

jonas-eschle opened this issue Mar 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jonas-eschle
Copy link
Contributor

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 ones

@jonas-eschle jonas-eschle added the enhancement New feature or request label Mar 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant