Skip to content

Commit bfb83f6

Browse files
TorkelEisaacsas
andcommitted
Update docs/src/inverse_problems/examples/ode_fitting_oscillation.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 3a987f2 commit bfb83f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/inverse_problems/examples/ode_fitting_oscillation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ As previously mentioned, the reason we chose to fit the model on a smaller inter
124124
then extend the interval, is to avoid getting stuck in a local minimum. Here
125125
specifically, we chose our initial interval to be smaller than a full cycle of
126126
the oscillation. If we had chosen to fit a parameter set on the full interval
127-
immediately we would have received the wrong solution.
127+
immediately we would have obtained a poorer fit and less accurate estimate for the parameters.
128128
```@example pe1
129129
p_estimate = optimise_p([5.0,5.0], 30.0)
130130

0 commit comments

Comments
 (0)