Skip to content

f_GraphNet

rasberry edited this page Aug 23, 2024 · 2 revisions

GraphNet

Usage

 Creates a plot of a boolean-like network with a random starring state.
 -b (number)                  Number of states (default 2)
 -n (number)                  Number of nodes in the network (defaults to width of image)
 -c (number)                  Connections per node (default 3)
 -p (number[%])               Chance of inserting a perturbation (default 0)
 -rs (number)                 Random Int32 seed value (defaults to system picked)

Examples

Images
-rs 77 GraphNet-1
-rs 88 -p 0.1% GraphNet-2
-rs 216 -b 256 GraphNet-3