You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The optimizaiton should go strictly downhill on this exact metric. x0 estimation might be a culprit. Also have a look at whether or not the modal form makes the problem of estimating x0 ill-conditioned it does not, almost the same condition numbers 2.5
The text was updated successfully, but these errors were encountered:
x0 is estimated slightly differently due to different estimation horizon in the call to estimate_x0, BFGS then fails to converge to equally good minimum. NelderMead with 50k iterations does as well as subspace for h=1.
in https://baggepinnen.github.io/ControlSystemIdentification.jl/stable/examples/flexible_robot/
The optimizaiton should go strictly downhill on this exact metric.
x0
estimation might be a culprit.Also have a look at whether or not the modal form makes the problem of estimatingit does not, almost the same condition numbers 2.5x0
ill-conditionedThe text was updated successfully, but these errors were encountered: