Skip to content
#

random-search

Here are 51 public repositories matching this topic...

Gradient-Free-Optimizers
SimonBlanke
SimonBlanke commented Mar 9, 2021

I think it would be useful to have a grid search optimizer in this package. But its implementation would probably be quite different from other ones (sklearn, ...).

The requirements are:

  • The grid search has to stop after n_iter instead of searching the entire search space
  • The positions should not be precalculated at the beginning of the optimization (i have concerns about memory load).

Improve this page

Add a description, image, and links to the random-search topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the random-search topic, visit your repo's landing page and select "manage topics."

Learn more