Skip to content

Commit 47748b8

Browse files
Error Solved
1 parent 7c7af84 commit 47748b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/ParameterEstimation/LotkaVolterraParameterEstimation.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Vern9 solver with reltol=1e-9 and abstol=1e-9 is used and the dataset is increas
199199
```julia
200200
t_concrete = collect(0.0:dt:tf)
201201
obj = build_loss_objective(prob,Vern9(),L2Loss(t_concrete,data),tstops=t_concrete,reltol=1e-9,abstol=1e-9)
202-
optprob = OptimizationProblem(obj, glo_init, lower_bounds=first.(glo_bounds), upper_bounds=last.(glo_bounds))
202+
optprob = OptimizationProblem(obj, glo_init, lb =first.(glo_bounds), ub = last.(glo_bounds))
203203
```
204204

205205
```julia

0 commit comments

Comments
 (0)