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

Backpropagating Steady State Solvers #263

Open
jpfairbanks opened this issue Aug 1, 2024 · 0 comments
Open

Backpropagating Steady State Solvers #263

jpfairbanks opened this issue Aug 1, 2024 · 0 comments

Comments

@jpfairbanks
Copy link
Member

@lukem12345 pointed out that we can solve steady state problems with a backpropagation algorithm. One wrinkle is that we need to handle spans in the compute graph as below.

if the decapode has this pattern

a <-A- x -B->y

but

A\a != B\y

how do you set x during backward pass?

you can formulate

[a] = [A][x]
[b] = [B]

and solve it with:

[A;B][a;b]

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