Skip to content

Commit fed5604

Browse files
committed
support parameter searching with optuna
Signed-off-by: reiase <[email protected]>
1 parent 9bb9fec commit fed5604

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/optuna/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ with param_scope(**study.best_params):
5656
print(f"{study.best_params} => {objective()}")
5757
```
5858

59-
- hyperparameters for nested functions:
59+
Optimization on Nested Functions
60+
--------------------------------
6061

61-
For complex problems with nested functions:
62+
`param_scope` and `auto_param` also support complex problems with nested functions:
6263

6364
```python
6465
@auto_param

0 commit comments

Comments
 (0)