The Wayback Machine - https://web.archive.org/web/20210822040915/https://github.com/topics/bayesian-optimization
Skip to content
#

bayesian-optimization

Here are 301 public repositories matching this topic...

nni
eddiebergman
eddiebergman commented Jul 29, 2021

Building the doc fails for example 40_advanced/example_single_configurations on the current development branch

Logs here

...
generating gallery for examples/40_advanced... [ 50%] example_debug_logging.py

Warning, treated as error:
/home/runner/work/auto-sklearn/auto-sklearn/examples/40_advanced/example_single_configu
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).
Hyperactive

Improve this page

Add a description, image, and links to the bayesian-optimization 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 bayesian-optimization topic, visit your repo's landing page and select "manage topics."

Learn more