Skip to content

Commit b8834f0

Browse files
TorkelEisaacsas
andcommitted
Update docs/src/catalyst_applications/advanced_simulations.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 023f213 commit b8834f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_applications/advanced_simulations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ rn_2 = @reaction_network begin
323323
(k1,k2), X1 <--> X2
324324
end
325325
```
326-
The `@noise_scaling_parameter` option is equivalent to the `@parameters` option, but also designates subsequent parameter as a *noise scaling parameter*. *η* becomes a parameter of the system, and we can now modualte its value to scale simualtion noise:
326+
The `@noise_scaling_parameter` option creates one or more new parameters with additional metadata that allows Catalyst to know they represent a noise scaling. *η* becomes a parameter of the system, and we can now modulate its value to scale simulation noise:
327327
```@example ex3
328328
u0 = [:X1 => 10.0, :X2 => 10.0]
329329
tspan = (0.0, 10.0)

0 commit comments

Comments
 (0)