fidelity / spock

spock is a framework that helps manage complex parameter configurations during research and development of Python applications
https://fidelity.github.io/spock/
Apache License 2.0
124 stars 13 forks source link

Dag nesting #162

Closed ncilfone closed 2 years ago

ncilfone commented 2 years ago

Changing all the nesting deps to be handle via a DAG. This should clean up all the spaghetti code that deals with nesting...

ncilfone commented 2 years ago

@gbmarc1 Might be a branch to work off of

gbmarc1 commented 2 years ago

What do you think about using networkx instead of making a new graph implementation? ... Well the backend of spock's graph could be a netowrkx graph