Skip to content

Commit

Permalink
Add missing reference to BO tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
krasserm committed Jan 19, 2021
1 parent 5ecba5e commit 22c0c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bayesian-optimization/bayesian_optimization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
" \n",
" # Needed for noise-based model,\n",
" # otherwise use np.max(Y_sample).\n",
" # See also section 2.4 in [...]\n",
" # See also section 2.4 in [1]\n",
" mu_sample_opt = np.max(mu_sample)\n",
"\n",
" with np.errstate(divide='warn'):\n",
Expand Down Expand Up @@ -695,4 +695,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit 22c0c6c

Please sign in to comment.