Skip to content

Commit

Permalink
More information in optimizing.optimize docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
asi1024 committed Jun 9, 2020
1 parent feb945c commit fd4150d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cupyx/optimizing/_optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ def optimize(*, key=None, **config_dict):
... cupy.sum(x)
...
array(4950)
.. note::
Optuna (https://optuna.org) installation is required.
Currently it works for reduction operations only.
"""
old_context = _optimize_config.get_current_context()
context = _optimize_config.get_new_context(key, _optimize, config_dict)
Expand Down

0 comments on commit fd4150d

Please sign in to comment.