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

SciPy Generators (e.g., Nelder-Mead) #189

Open
ax3l opened this issue Mar 28, 2024 · 2 comments
Open

SciPy Generators (e.g., Nelder-Mead) #189

ax3l opened this issue Mar 28, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ax3l
Copy link
Collaborator

ax3l commented Mar 28, 2024

Currently, optimas provides BO/MF-BO, random and grid sampling generators:
https://optimas.readthedocs.io/en/latest/api/generators.html

For many optimization jobs, it would also be helpful to have a fast converging, conventional algorithm available.
For this purpose, optimas could wrap a few SciPy Optimize methods, e.g., Nelder-Mead and L-BFGS-B.

https://docs.scipy.org/doc/scipy/reference/optimize.html

@ax3l ax3l added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Mar 28, 2024
@AngelFP
Copy link
Member

AngelFP commented Apr 15, 2024

That's a good suggestion, but last time I had a look at this it wasn't possible because the scipy optimizers don't have an ask-tell interface that can separate the generation of trials from their execution. Maybe there are other libraries that could allow this.

@ax3l
Copy link
Collaborator Author

ax3l commented Apr 30, 2024

Oh, good point! I searched a little and found so far this:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants