parameter fitting without getting local minima
显示 更早的评论
I am currently determining kinetics for a simple reversible first order system.
I am trying to fit my rate constants (k) so the model matches my experimental data.
However, I am currently getting the next message:
Local minimum possible.
lsqcurvefit stopped because the size of the current step is less than
the default value of the step size tolerance.
<stopping criteria details>
I think my fit is not optimal and I am (probably?) currently at a local minimum.
Hence my question: how can I fit these parameters to an absolute minimum?
Besides the message, my fit is terrible: (stars = experimental data, red line = model)

I added my scripts in case someone wants to take a look.
Thanks in advance!
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Genetic Algorithm 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!