Skip to content

Commit 9f36fe3

Browse files
TorkelEisaacsas
andcommitted
Update docs/src/inverse_problems/optimization_ode_param_fitting.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 07e2d70 commit 9f36fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/inverse_problems/optimization_ode_param_fitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ loss_function_fixed_kD = build_loss_objective(oprob, Tsit5(), L2Loss(data_ts, da
134134
nothing # hide
135135
```
136136

137-
We can create an optimisation problem from this one like previously, but keeping in mind that it (and its output results) only contains two parameter values (*kB* and *kP):
137+
We can create an optimisation problem from this one like previously, but keep in mind that it (and its output results) only contains two parameter values (*kB* and *kP):
138138
```@example diffeq_param_estim_1
139139
optprob_fixed_kD = OptimizationProblem(loss_function_fixed_kD, [1.0, 1.0])
140140
optsol_fixed_kD = solve(optprob_fixed_kD, Optim.NelderMead())

0 commit comments

Comments
 (0)