Previous topic

edgeUpdateRule

Next topic

initializeNetworkEdges

This Page

initializeNetwork

ExplicitStateProcess.initializeNetwork(network, *args, **kwargs)

Initialize the mean field states on the network.

Parameters :

network : networkx.Graph

The network on which the process will run.

Returns :

network : networkx.Graph

network with updated attributes. Each additional attribute being a mean field state corresponding to a node/edge state.

See also

Process
Superclass