File size: 661 Bytes
9505201 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
license: apache-2.0
tags:
- code
---
boolean networks, each sampled over 8192 timesteps, ranging from network size 32-1024, with connectivities (sizes of functions) per item taken from random gaussian mixture models
features:
```
network_size # number of nodes in the network
connectivity_modes # gaussians that connectivities are sampled from
connectivity_mu
connectivity_sigma
connectivity_mode_weights
initial_state
function_keys # think left (input) side of truth table
function_values # think right (output) side of truth table
function_inputs # the node indices that go into this function
``` |