Skip to content

Backpropagating Steady State Solvers #263

@jpfairbanks

Description

@jpfairbanks

@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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions