o
    }o™i¥  ã                   @   s   d dl Z G dd„ de jƒZdS )é    Nc                   @   s   e Zd ZdZdZdZdZdS )ÚStudyDirectiona5  Direction of a :class:`~optuna.study.Study`.

    Attributes:
        NOT_SET:
            Direction has not been set.
        MINIMIZE:
            :class:`~optuna.study.Study` minimizes the objective function.
        MAXIMIZE:
            :class:`~optuna.study.Study` maximizes the objective function.
    r   é   é   N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚNOT_SETÚMINIMIZEÚMAXIMIZE© r   r   úQ/home/ubuntu/.local/lib/python3.10/site-packages/optuna/study/_study_direction.pyr      s
    r   )ÚenumÚIntEnumr   r   r   r   r   Ú<module>   s    