Skip to content

Commit fc585ba

Browse files
Update SDE_control.md
1 parent c7ecb4a commit fc585ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/examples/sde/SDE_control.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,8 @@ In plain terms, the quantities that were defined are:
388388
### Controller
389389

390390
We use a neural network to control the parameter Ω(t). Alternatively, one could
391-
also, e.g., use [tensor layers](https://docs.sciml.ai/DiffEqFlux/stable/layers/TensorLayer/), Flux.jl, or Lux.jl.
391+
also, e.g., use polynomials, interpolations, etc. but we use a neural network to demonstrate
392+
coolness factor and complexity.
392393

393394
```@example sdecontrol
394395
# state-aware

0 commit comments

Comments
 (0)