Skip to content

Commit 12755c0

Browse files
committed
feat:typo_fix(definying->defining, problemn->problem)
1 parent 91441fe commit 12755c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/advanced-tour.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"metadata": {},
3434
"outputs": [],
3535
"source": [
36-
"# Let's start by definying our function, bounds, and instanciating an optimization object.\n",
36+
"# Let's start by defining our function, bounds, and instanciating an optimization object.\n",
3737
"def black_box_function(x, y):\n",
3838
" return -x ** 2 - (y - 1) ** 2 + 1"
3939
]
@@ -298,7 +298,7 @@
298298
"source": [
299299
"### 3.1 Passing parameter to the GP\n",
300300
"\n",
301-
"Depending on the problemn it could be beneficial to change the default parameters of the underlying GP. You can simply pass GP parameters to the maximize method directly as you can see below:"
301+
"Depending on the problem it could be beneficial to change the default parameters of the underlying GP. You can simply pass GP parameters to the maximize method directly as you can see below:"
302302
]
303303
},
304304
{
@@ -520,7 +520,7 @@
520520
"name": "python",
521521
"nbconvert_exporter": "python",
522522
"pygments_lexer": "ipython3",
523-
"version": "3.5.2"
523+
"version": "3.6.7"
524524
}
525525
},
526526
"nbformat": 4,

0 commit comments

Comments
 (0)