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
I could be a useful feature to have a linearize method for black-box systems which does compute the linearization at a certain point (x,u,w) for an arbitrary function f(x,u,w).
Using the fields statedim, inputdim and possibly noisedim.
To avoid any precompilation overhead, we should use Requires to load the used AD library.
The text was updated successfully, but these errors were encountered:
I agree to add a linearization routine, ideally through existing tools as you propose. I have previously written some code that was using TaylorSeries for the computations, but i would have to clean it up.
I could be a useful feature to have a
linearize
method for black-box systems which does compute the linearization at a certain point(x,u,w)
for an arbitrary functionf(x,u,w)
.Using the fields
statedim
,inputdim
and possiblynoisedim
.To avoid any precompilation overhead, we should use
Requires
to load the used AD library.The text was updated successfully, but these errors were encountered: