RenatoGeh/gospn

Implement DeriveWeights

Closed this issue · 0 comments

Description: DeriveWeights should compute the derivative dS/dW, where W is the multiset of weights in S. It should allow the user to choose a data structure to perform the graph search (e.g. DFS with a stack, BFS with a queue). It also should use Storer as a DP table.

File: learn/derive.go