An open API service indexing awesome lists of open source software.

https://github.com/hpprc/hydra-optuna-example

An easy example for Hydra and Optuna.
https://github.com/hpprc/hydra-optuna-example

hydra optuna python

Last synced: 3 months ago
JSON representation

An easy example for Hydra and Optuna.

Awesome Lists containing this project

README

        

# Hydra with Optuna Example Code

## Installation

```
poetry install
```

## Run

```
poetry run python main.py -m x='interval(-100, 100)'
poetry run python main.py -m x='range(-100, 100)'
```