Contents:
optuna.study.
StudyDirection
Direction of a Study.
Study
NOT_SET
Direction has not been set.
MINIMIZE
Study minimizes the objective function.
MAXIMIZE
Study maximizes the objective function.
__init__
Initialize self. See help(type(self)) for accurate signature.
Attributes