optuna / optuna-examples

Examples for https://github.com/optuna/optuna
MIT License
634 stars 172 forks source link

Add terminator examples #190

Closed gen740 closed 1 year ago

gen740 commented 1 year ago

Motivation

To demonstrate the use of Optuna's new feature, 'Optuna Terminator'.

Description of the changes

We introduce example scripts terminator_simple.py and terminator_improvement_plot.py.