We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f203ea6 commit 2735529Copy full SHA for 2735529
README.md
@@ -80,7 +80,7 @@ def objective(x):
80
tuner = Tuner(param_space, objective)
81
results = tuner.minimize()
82
83
-print(f'Optimal value of parameters: {results["best_params"]} and objective: {results["best_objective"]}')```
+print(f'Optimal value of parameters: {results["best_params"]} and objective: {results["best_objective"]}')
84
# => Optimal value of parameters: {'x': 0} and objective: 0
85
```
86
0 commit comments