Ecosyste.ms: Awesome
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: 16 days ago
JSON representation
An easy example for Hydra and Optuna.
- Host: GitHub
- URL: https://github.com/hpprc/hydra-optuna-example
- Owner: hppRC
- Created: 2021-08-09T05:38:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-09T05:40:05.000Z (over 3 years ago)
- Last Synced: 2024-10-30T20:48:55.010Z (2 months ago)
- Topics: hydra, optuna, python
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)'
```