HLR / DomiKnowS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Naming the edge direction

guoquan opened this issue · comments

edge.forward and edge.backward are a bit confusing, especially can be confused with forward/backward of pytorch.
We can use the edge itself wherever we use edge.forward now, and use edge.reverse wherever we want edge.backward.

Resolved in 9f5ab23