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
weve done good work recently introducing a Network class 🎉 but we would like to also support layered and temporal networks. my understanding is these two ideas are related in that a temporal network could be seen/ implemented as a type of layered network. but essentially were talking about a new class LayeredNetwork (or possibly two if we want a separate class and methods for TemporalNetwork, depending on use cases) w a slot called layers, which is a list of Network objects.
The text was updated successfully, but these errors were encountered:
To keep it true to the mathematical idea, id suggest a MutilayerNetwork class, then a TemporalNetwork subclass that has a few extra restrictions and assumptions
weve done good work recently introducing a Network class 🎉 but we would like to also support layered and temporal networks. my understanding is these two ideas are related in that a temporal network could be seen/ implemented as a type of layered network. but essentially were talking about a new class LayeredNetwork (or possibly two if we want a separate class and methods for TemporalNetwork, depending on use cases) w a slot called layers, which is a list of Network objects.
The text was updated successfully, but these errors were encountered: