Skip to content

Commit 2735529

Browse files
authored
fix sample code
1 parent f203ea6 commit 2735529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def objective(x):
8080
tuner = Tuner(param_space, objective)
8181
results = tuner.minimize()
8282

83-
print(f'Optimal value of parameters: {results["best_params"]} and objective: {results["best_objective"]}')```
83+
print(f'Optimal value of parameters: {results["best_params"]} and objective: {results["best_objective"]}')
8484
# => Optimal value of parameters: {'x': 0} and objective: 0
8585
```
8686

0 commit comments

Comments
 (0)