optuna.terminator
terminator
モジュールは、最適化プロセスを自動的に終了させる仕組みを実装しています。終了時のコールバッククラスと、最適化の推定改善余地や目的関数の統計的誤差を評価するクラスが含まれています。推定改善余地が統計的誤差を下回った場合、最適化プロセスは停止します。
Base class for terminators. |
|
Automatic stopping mechanism for Optuna studies. |
|
Base class for improvement evaluators. |
|
An error evaluator for upper bound on the regret with high-probability confidence. |
|
Evaluates the stagnation period of the best value in an optimization process. |
|
Evaluates a kind of regrets, called the Expected Minimum Model Regret(EMMR). |
|
Base class for error evaluators. |
|
An error evaluator for objective functions based on cross-validation. |
|
An error evaluator that always returns a constant value. |
|
An error evaluator that returns the ratio to initial median. |
|
A callback that terminates the optimization using Terminator. |
|
A function to report cross-validation scores of a trial. |
このモジュールの使用例については、こちらの例 を参照してください。