Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Optuna: A Next-generation Hyperparameter Optimization Framework

About

The purpose of this study is to introduce new design-criteria for next-generation hyperparameter optimization software. The criteria we propose include (1) define-by-run API that allows users to construct the parameter search space dynamically, (2) efficient implementation of both searching and pruning strategies, and (3) easy-to-setup, versatile architecture that can be deployed for various purposes, ranging from scalable distributed computing to light-weight experiment conducted via interactive interface. In order to prove our point, we will introduce Optuna, an optimization software which is a culmination of our effort in the development of a next generation optimization software. As an optimization software designed with define-by-run principle, Optuna is particularly the first of its kind. We will present the design-techniques that became necessary in the development of the software that meets the above criteria, and demonstrate the power of our new design through experimental results and real world applications. Our software is available under the MIT license (https://github.com/pfnet/optuna/).

Takuya Akiba, Shotaro Sano, Toshihiko Yanase, Takeru Ohta, Masanori Koyama• 2019

Related benchmarks

TaskDatasetResultRank
Code GenerationHumanEval
Pass@127.44
1036
Mathematical ReasoningMATH
Accuracy4.74
535
CO2 saturation predictionCO2 storage simulation
R2 Score0.8915
13
Pressure PredictionCO2 storage simulation
R20.9804
13
Federated LearningNASA Bearings Label Skew (downstream)
Weighted Accuracy69.48
10
ClassificationBreastcancer
Accuracy96.14
8
Global OptimizationBranin
Best Objective Value-0.041
6
Drag MinimizationCFD Airfoil
Best CD0.0675
6
Hyperparameter OptimizationMuJoCo HalfCheetah
Average Return8.79e+3
6
Hyperparameter OptimizationCIFAR-10 (val)
Validation Accuracy92.3
6
Showing 10 of 23 rows

Other info

Follow for update