Adjacency list dag definition

How severe does this issue affect your experience of using Ray?

  • None: Just asking a question out of curiosity

Hi, does Ray provide an api similar to dask’s custom graph api (Custom Graphs — Dask documentation) for defining a computational graph as an adjacency list? I’m aware that dask on Ray exists, and that I could fairly easily build this ability myself by making use of explicit binds. But would prefer to use an official API if it exists.