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 is a discussion question. Please comment with any thoughts you may have.
Essentially all of our network types and algorithms are synchronous. This has been fine up to this point as we've not really cared about the distinction, and there's some reason to think that sensitivity doesn't care much about the synchronicity (#17). However, this may be a feature we want or need in v1.0.
How big of a priority is asynchronous update, i.e. should we plan for it to be in the v1.0 release?
What are some good example systems with asynchronous models?
Are you personally interested in working on an asynchronous implementation?
The text was updated successfully, but these errors were encountered:
This is a discussion question. Please comment with any thoughts you may have.
Essentially all of our network types and algorithms are synchronous. This has been fine up to this point as we've not really cared about the distinction, and there's some reason to think that sensitivity doesn't care much about the synchronicity (#17). However, this may be a feature we want or need in v1.0.
The text was updated successfully, but these errors were encountered: