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

Optimize JTv Jv Hv operations #3

Open
brianguenter opened this issue Jun 4, 2023 · 0 comments
Open

Optimize JTv Jv Hv operations #3

brianguenter opened this issue Jun 4, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@brianguenter
Copy link
Owner

brianguenter commented Jun 4, 2023

These currently multiply the v vector times all the upward paths from each variable or downward paths from each root node. This is inefficient. Make new Identity operator with derivative 1. Process graph so all roots and variables have an identity operator interposed between them and the rest of the graph. Then multiply just the identity edge.

@brianguenter brianguenter self-assigned this Jun 4, 2023
@brianguenter brianguenter added the enhancement New feature or request label Jun 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant