Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 16 days 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)'
```