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

A Potentially Better Optimizer #89

Open
emptymalei opened this issue Aug 28, 2024 · 1 comment
Open

A Potentially Better Optimizer #89

emptymalei opened this issue Aug 28, 2024 · 1 comment

Comments

@emptymalei
Copy link
Member

emptymalei commented Aug 28, 2024

I went to PyData Cologne and a speaker talked about his projected called optimagic. There they have a unified optimization interface:

https://optimagic.readthedocs.io/en/latest/tutorials/optimization_overview.html

I am thinking we might be able to test this in numerical optimization functions. For example, here:

from scipy.optimize import OptimizeResult, newton, toms748

@cmp0xff
Copy link
Collaborator

cmp0xff commented Aug 28, 2024

Hi, thanks for sharing the knowledge. However I am not sure this has to do with our use case. We are solving equations, not minimising a function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants