Hydra: Where is hydra_nevergrad_sweeper?

Created on 23 May 2020  路  4Comments  路  Source: facebookresearch/hydra

馃悰 Bug

In the docs, it is written that pip install hydra_nevergrad_sweeper should allow me to use nevergrad as sweeper (after having installed hydra from master).

This package however does not exist. What's the preferred way to use Nevergrad then?

Thanks!

bug

All 4 comments

Hi,
The plugin is not yet released as it depends on Hydra 1.0 which is not yet released.
You can install both directly from the repository.
Checkout hydra, and pip install both directories:

$ git clone https://github.com/facebookresearch/hydra.git
$ cd hydra
# in your virtual environment:
$ pip install .  # note the trailing '.'
$ pip install plugins/hydra_nevergrad_sweeper

Thanks!

By the way:
Both the Ax plugin and the Nevergrad plugin are:

  1. Still subject to interface changes.
  2. New and may contain bugs and documentation issues.

Please report any issues.

I understand, no worries :) thanks for the heads up anyway

Was this page helpful?
0 / 5 - 0 ratings