Replies: 1 comment
-
Since I was thinking more of a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After discussion with @rythorpe @jasmainak and @carolinafernandezp we've realized that it is currently very difficult to modify properties of the
net.connectivity
objects after they are made. I'm opening this discussion to work on the potential API for modifying these properties.I think the most parsimonious solution will be equipping the
_Connectivity
objects withgetter()
andsetter()
functions for the attributes we wish to modify (starting with basic ones right now like connection weight, lamtha, etc.).Additionally it would be nice to equip them with method that filters the connections to subsets of gids, as well as changes the connection probability. I think these could actually non-interfering properties, where you can specify a set of
src_gids
andtarget_gids
, and then theprobability
parameter changes the probability of a connection within that subset.Beta Was this translation helpful? Give feedback.
All reactions