We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb9fec commit fed5604Copy full SHA for fed5604
examples/optuna/README.md
@@ -56,9 +56,10 @@ with param_scope(**study.best_params):
56
print(f"{study.best_params} => {objective()}")
57
```
58
59
-- hyperparameters for nested functions:
+Optimization on Nested Functions
60
+--------------------------------
61
-For complex problems with nested functions:
62
+`param_scope` and `auto_param` also support complex problems with nested functions:
63
64
```python
65
@auto_param
0 commit comments