Skip to content

Commit 9b1fbc1

Browse files
committed
Mention that parameters are not sorted
1 parent 4476271 commit 9b1fbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic-tour.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
"cell_type": "markdown",
253253
"metadata": {},
254254
"source": [
255-
"Or as an iterable. Beware that the order has to be alphabetical. You can usee `optimizer.space.keys` for guidance"
255+
"Or as an iterable. Beware that the order has to match the order of the initial `pbounds` dictionary. You can usee `optimizer.space.keys` for guidance"
256256
]
257257
},
258258
{

0 commit comments

Comments
 (0)