You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.) Base simulation class should have a 'parent' field, with parent simulation.
2.) _dag object -> Graph, _sims dictionary -> Maps simulation ID/name to DAG point.
3.) Entrypoint for sim is a call to a task list, that has DAG built into dependencies.
4.) run() into job.
Ideally want a framework that allows for the following (example):
Implement DAG Simulation Framework.
1.) Base simulation class should have a 'parent' field, with parent simulation.
2.) _dag object -> Graph, _sims dictionary -> Maps simulation ID/name to DAG point.
3.) Entrypoint for sim is a call to a task list, that has DAG built into dependencies.
4.) run() into job.
Ideally want a framework that allows for the following (example):
i.e. - Can chain simulations.
The text was updated successfully, but these errors were encountered: