Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Aug 18, 2023
1 parent 83e57ea commit 8e7d3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/user_guide/Dynamic_Parameters.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"id": "7970ed77",
"metadata": {},
"source": [
"## Using a gobal time variable\n",
"## Using a global time variable\n",
"\n",
"As you can see, dynamic parameters are _very_ dynamic by default, changing every single time they are accessed. What if you want a \"somewhat dynamic\" value that changes only in certain well-defined situations? For instance, what if you are running a simulation, and you want a new dynamic value whenever time `t` changes, but otherwise the value should be constant so that no matter how many times the parameter is read at that time `t`, the result is the same? Or you are running a training or annealing or sampling or similar process that has many different iterations or runs, and you want values to change only when the iteration or run number changes, and otherwise to have the same value for a given iteration or run? \n",
"\n",
Expand Down

0 comments on commit 8e7d3fe

Please sign in to comment.