Skip to content

Commit 76730b5

Browse files
ParyaRoustaeeParyaRoustaee
authored andcommitted
added more description in the link for getting started
1 parent ef12de0 commit 76730b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/getting_started.md

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

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

0 commit comments

Comments
 (0)