diff --git a/docs/examples/optimize_speed.ipynb b/docs/examples/optimize_speed.ipynb index c4b5ced2..4d0b33ca 100644 --- a/docs/examples/optimize_speed.ipynb +++ b/docs/examples/optimize_speed.ipynb @@ -7,7 +7,7 @@ "# Optimising _Cheetah_ for speed\n", "\n", "One of Cheetah's standout features is its computational speed. This is achieved through some optimisations under the hood, which the user never needs to worry about. Often, however, there further optimisations that can be made when knowledge on how the model will be used is available.\n", - "For example, in many cases, one might load a large lattice of an entire facility that has thousands of elements, but then only ever changes a handful of these elements for the experiments at hand. For this case, Cheetah offers some opt-in optimisation features that can help speed up simulations significantly by an order of magnitude or more in some cases.\n" + "For example, in many cases, one might load a large lattice of an entire facility that has thousands of elements, but then only ever changes a handful of these elements for the experiments at hand. For this case, Cheetah offers some opt-in optimisation features that can help speed up simulations significantly. As this notebook demonstrates, speed improvements of more than 5 orders of magnitude can be achieved.\n" ] }, {