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

Feature request: rand_search #550

Closed
anriseth opened this issue Mar 15, 2018 · 3 comments
Closed

Feature request: rand_search #550

anriseth opened this issue Mar 15, 2018 · 3 comments
Labels

Comments

@anriseth
Copy link
Contributor

This was mentioned by @ahwillia in the JOSS review. Up for grabs for anybody who would like to implement a solver :)

Ref openjournals/joss-reviews#615 (comment)

in addition to grid_search (a zeroth order multivariate solver) you might consider adding rand_search, see Bergstra & Bengio (2012). I expect this would be trivial to implement and it could be useful.

@pkofod
Copy link
Member

pkofod commented Mar 16, 2018

I'll do it, according to an interface like

optimize(f, lb, ub, RandSearch())

does that sound reasonable @ahwillia?

@ahwillia
Copy link
Contributor

Yep!

@pkofod
Copy link
Member

pkofod commented Feb 13, 2020

New optim (to be released soon) has a pure random search (that allows for custom random search, including integer values if you want).

@pkofod pkofod closed this as completed Feb 13, 2020
@pkofod pkofod added the wontfix label Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants