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
This will require managed state for a given matrix (see #63).
Tasks:
Define initialisation function that will create a worker on-demand, with its own state (very much like the Erlang code that is used to manage TCP connection data)
Initialisation will include giving the current/starting point and an algorithm to use for traversal (e.g, "random walk")
Define a "next" functions that takes no options, but uses the current state and initialised data / options to provide the next point in the traversal
Provide functions for retrieving the set of points defined for the traversal so far
As for storage, there should be an option to keep all, only the last one, or the previous n points marked as the traversal
Add function for ending the traversal (and thus killing the worker)
This will require managed state for a given matrix (see #63).
Tasks:
Companion ticket to:
Depends upon:
The text was updated successfully, but these errors were encountered: