Skip to content

Commit 59ecbef

Browse files
authored
Merge pull request #272 from parkjin-nim/master
2 typo fixes in advanced-tour.ipynb
2 parents b0a5e13 + de1faf0 commit 59ecbef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/advanced-tour.ipynb

Lines changed: 2 additions & 2 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
{

0 commit comments

Comments
 (0)