Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Optuna Organization

We develop open source software, including the Optuna framework for black-box and hyperparameter optimization, an interactive Optuna-Dashboard, and the OptunaHub platform. Below is an overview of the repositories under the Optuna organization. Your contributions are welcome and should be directed to the appropriate repository listed.

RepositoryWhat is this repository?
optunaThe main repository of Optuna. This repository includes implementations of core functionality of Optuna such as storages, samplers, visualization utilities, etc.
optuna-dashboardReal-time Web Dashboard for Optuna. It provides visualization and interactive analysis of optimization results in a web browser.
optuna-examplesCollection of code examples for Optuna.
optuna-integrationExtended functionalities for Optuna in combination with third-party libraries. The integrations in this repository are officially maintained by the Optuna team.
optunahubPython library to use and implement packages in OptunaHub.
optunahub-registryThe registry of the OptunaHub packages. Packages contained in this registry are primarily third-party and developed by contributors.
optunahub-webFrontend of OptunaHub Registry, i.e., the implementation of https://hub.optuna.org/.
optuna-mcpOptuna Model Context Protocol (MCP) server to interact with Optuna APIs.