Skip to content

Commit

Permalink
Merge pull request #74 from y0z/feature/benchmarks
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
nabenabe0928 authored Dec 12, 2024
2 parents 66a0045 + 16853f9 commit e0bfffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optunahub/benchmarks/_base_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def directions(self) -> list[optuna.study.StudyDirection]:
"""Return the optimization directions.
Returns:
List of `optuna.study.direction <https://optuna.readthedocs.io/en/stable/reference/generated/optuna.study.StudyDirection.html>`__.
List of `optuna.study.StudyDirection <https://optuna.readthedocs.io/en/stable/reference/generated/optuna.study.StudyDirection.html>`__.
Example:
::
Expand Down

0 comments on commit e0bfffd

Please sign in to comment.