Code for generating DAGs. The RNN models for DAGs are based on the GraphRNN paper.
In the terminal:
./test
- Allow for scaling of edges during forward pass
- Speed up the DAG forward pass
- First, benchmark it
- maybe do topological sort after graph construction? Then each layer can be updated in parallel.