optuna.study.StudySummary
- class optuna.study.StudySummary(study_name, direction, best_trial, user_attrs, system_attrs, n_trials, datetime_start, study_id, *, directions=None)[source]
Basic attributes and aggregated results of a
Study.See also
optuna.study.get_all_study_summaries().- Parameters
- direction
StudyDirectionof theStudy.Note
This attribute is only available during single-objective optimization.
- directions
A sequence of
StudyDirectionobjects.
- best_trial
optuna.trial.FrozenTrialwith best objective value in theStudy.
- user_attrs
Dictionary that contains the attributes of the
Studyset withoptuna.study.Study.set_user_attr().
Attributes