Skip to content

Commit

Permalink
Update docs/src/catalyst_applications/advanced_simulations.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Isaacson <[email protected]>
  • Loading branch information
TorkelE and isaacsas committed Nov 22, 2023
1 parent a03200c commit e4dca20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/catalyst_applications/advanced_simulations.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ rn_2 = @reaction_network begin
(k1,k2), X1 <--> X2
end
```
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:
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:
```@example ex3
u0 = [:X1 => 10.0, :X2 => 10.0]
tspan = (0.0, 10.0)
Expand Down

0 comments on commit e4dca20

Please sign in to comment.