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

Jacobian #101

Open
nourgaliev opened this issue Oct 30, 2021 · 1 comment
Open

Jacobian #101

nourgaliev opened this issue Oct 30, 2021 · 1 comment

Comments

@nourgaliev
Copy link

Can we get any example when we have an array of functions, rather than a single one. This is quite a common case, when we need to compute Jacobian. I think I have some idea how to do that, but I am not sure this would be efficient.

@sofusmo
Copy link

sofusmo commented Jul 29, 2024

Yeah - this seems to be a weak point of this library. Doing a Jacobian for complex calculations is one place where an effort like Adept I would expect to clearly be faster, as the adjoint evaluation is a separate final step.

It doesn't seem to be easy to change. @JamesYang007 do you have suggestions for how to improve this?

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