Skip to content

Commit 42298c3

Browse files
committed
need to be run twice (to create a second copy of the file).
1 parent 3934b49 commit 42298c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/inverse_problems/petab_ode_param_fitting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ using Optim
446446
using QuasiMonteCarlo
447447
mkdir("OptimisationRuns") # hide
448448
res_ms = calibrate_model_multistart(petab_problem, IPNewton(), 10, "OptimisationRuns"; sampling_method=QuasiMonteCarlo.SobolSample())
449+
res_ms = calibrate_model_multistart(petab_problem, IPNewton(), 10, "OptimisationRuns"; sampling_method=QuasiMonteCarlo.SobolSample()) # hide
449450
nothing # hide
450451
```
451452
The best result across all runs can still be retrieved using `get_ps(res_ms, petab_problem)`, with the results of the individual runs being stored in the `res_ms.runs` field.

0 commit comments

Comments
 (0)