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

Implement option to pass gradient function for transformations #292

Open
jhorzek opened this issue Apr 9, 2023 · 0 comments
Open

Implement option to pass gradient function for transformations #292

jhorzek opened this issue Apr 9, 2023 · 0 comments

Comments

@jhorzek
Copy link
Owner

jhorzek commented Apr 9, 2023

Currently, the gradients of the transformation function are numerically approximated. Providing an option to pass a gradient function may speed up the computation. The main drawback is that users would have to implement a jacobian matrix because the transformation function takes a vector as input and returns a vector.
For the time being I will leave this issue open until there is a practical use case where numerical approximations are too slow.

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

1 participant