Skip to content

Commit

Permalink
Refactored text
Browse files Browse the repository at this point in the history
  • Loading branch information
gasse authored and AntoinePrv committed Dec 8, 2020
1 parent 5d82fc1 commit 176042b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/configuring-bandits.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"In this tutorial we are interested in minimizing the total tree size of the branch-and-bound solver by tuning the SCIP parameter [`branching/scorefac`](https://www.scipopt.org/doc/html/PARAMETERS.php), which takes values in the range $[0,1]$. This parameter, used in combination with the sum score function (`branching/scorefunc = s`), controls the weighting of downward and upward gain predictions in the computation of branching scores. It has a default value of 0.167."
"In this tutorial we are interested in minimizing the expected branch-and-bound tree size of the SCIP solver by tuning the parameter [`branching/scorefac`](https://www.scipopt.org/doc/html/PARAMETERS.php), which takes values in the range $[0,1]$. This parameter, used in combination with the sum score function (`branching/scorefunc = s`), controls the weighting of downward and upward gain predictions in the computation of branching scores. It has a default value of 0.167."
]
},
{
Expand Down

0 comments on commit 176042b

Please sign in to comment.