Skip to content

Branching and Graph param sets, dependencies and tuning #101

Open
@berndbischl

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions