Skip to content

Commit

Permalink
Add a sentence quantifying speed improvement achieved in example note…
Browse files Browse the repository at this point in the history
…book
  • Loading branch information
jank324 committed Oct 3, 2024
1 parent 875fd93 commit b3a2309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/optimize_speed.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down

0 comments on commit b3a2309

Please sign in to comment.