Open
Description
we need to be able to ask a graph for its param set. obviously, for tuning.
now what happens if we do branching.
for every pipeop that follows after the branch (and before the unbranch)
its paramset is dependent now on the "selected" param of the brancher.
we basically, when we ask the graph for the PS, have to generate this on the fly, thru a toposrt, and then add the dependencies while we walk thru the graph.
this is unfortunately RATHER complex, and i would like to avoid this.
but with the current design i dont see how....
Activity