Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add linearize method for blackbox systems #161

Open
ueliwechsler opened this issue Feb 10, 2020 · 1 comment
Open

Add linearize method for blackbox systems #161

ueliwechsler opened this issue Feb 10, 2020 · 1 comment

Comments

@ueliwechsler
Copy link
Collaborator

ueliwechsler commented Feb 10, 2020

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.

@mforets
Copy link
Member

mforets commented Feb 11, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants