Skip to content

Commit

Permalink
Refactored text a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
gasse authored and AntoinePrv committed Dec 8, 2020
1 parent e651e1e commit c978d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/configuring-bandits.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
" # minimize the total number of nodes\n",
" reward_function=-ec.reward.NNodes(),\n",
"\n",
" # collect additional metrics for information\n",
" # collect additional metrics for information purposes\n",
" information_function={\n",
" 'nnodes': ec.reward.NNodes().cumsum(),\n",
" 'lpiters': ec.reward.LpIterations().cumsum(),\n",
Expand Down Expand Up @@ -164,7 +164,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We can now visualize of the result of the optimization process."
"We can now visualize the result of the optimization process."
]
},
{
Expand Down

0 comments on commit c978d22

Please sign in to comment.