Skip to content

Commit 3f35615

Browse files
Update docs/src/getting_started.md
1 parent 964c47a commit 3f35615

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/src/getting_started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,5 @@ monteprob = EnsembleProblem(prob, prob_func = prob_func, safetycopy = false)
9090
sol = solve(monteprob, GPUTsit5(), EnsembleGPUKernel(CUDA.CUDABackend()),
9191
trajectories = 10_000)
9292
```
93-
Another example is [GPU Ensemble Simulation with Random Decay Rates](tutorials/gpu_ensemble_random_decay.md) which showcases uncertainity quantificaiton.
9493

9594
To dig more into this example, see the [ensemble GPU solving tutorial](@ref lorenz).

0 commit comments

Comments
 (0)