Cluster configurations of a generalized Deffuant model on hypergraph ensembles
收藏NIAID Data Ecosystem2026-03-13 收录
下载链接:
https://zenodo.org/record/5026815
下载链接
链接失效反馈官方服务:
资源简介:
## Data
For each measured combination of the confidence and system size, there is one gzipped
file. For different ensembles, we collected data in different ranges and quality.
The paramters are:
* Number of samples `m` per parameter combination
* Range `r` of confidences epsilon
* Distances `d` between values of epsilon (basically the resolution of the data)
* Largest size `N_max`
The single files follow a naming scheme of `n{N}_e{epsilon}.cluster.dat.gz`, where
`{N}` signals the system size of the simulation and `{epsilon}` is the confidence
value of the simulation (without a decimal point, i.e., `0050` corresponds to `epsilon = 0.050`).
The sizes `N` are usually powers of two (or for the lattices, perfect squares close to powers of two).
We present the data for each ensemble in one folder (after unpacking the tar archive).
Note that some parameter values are missing, if they did not converge in reasonable time.
* Barabasi Albert with a mean degree of `c=9` and hyperedge size of `k=3`: `ba_c9_k3`
* `m = 1000`, `r = [0.0, 0.6]`, `d = 0.002`, `N_max = 65536`
* Barabasi Albert with a mean degree of `c=10` and hyperedge size of `k=5`: `ba_c10_k5`
* `m = 1000`, `r = [0.0, 0.6]`, `d = 0.002`, `N_max = 65536`
* Erdos-Renyi with a mean degree of `c=10` hyperedge size `k=3`: `er_c10_k3`
* `m = 1000`, `r = [0.0, 0.6]`, `d = 0.002`, `N_max = 65536`
* Erdos-Renyi with a mean degree of `c=10` hyperedge size `k=4`: `er_c10_k4`
* `m = 1000`, `r = [0.0, 0.6]`, `d = 0.002`, `N_max = 65536`
* Erdos-Renyi with a mean degree of `c=10` hyperedge size `k=5`: `er_c10_k5`
* `m = 1000`, `r = [0.0, 0.6]`, `d = 0.002`, `N_max = 65536`
* Erdos-Renyi with a mean degree of `c=10` hyperedge size `k=6`: `er_c10_k6`
* `m = 1000`, `r = [0.0, 0.6]`, `d = 0.002`, `N_max = 65536`
* Erdos-Renyi with a mean degree of `c=150` hyperedge size `k=6`: `er_c150_k6`
* `m = 1000`, `r = [0.0, 0.6]`, `d = 0.002`, `N_max = 16384`
* Erdos-Renyi with a mean degree of `c_3=5` and `c_5=5`: `er_c3_5_c5_5`
* `m = 1000`, `r = [0.0, 0.6]`, `d = 0.002`, `N_max = 16384`
* Erdos-Renyi with a mean degree of `c_3=30/8` and `c_5=50/8`: `er_c3_375_c5_625`
* `m = 1000`, `r = [0.0, 0.6]`, `d = 0.002`, `N_max = 16384`
* Lattice a mean degree of `c=12` hyperedge size `k=3`: `lat_c12_k3`
* `m = 1000`, `r = [0.0, 0.6]`, `d = 0.002`, `N_max = 32761`
* Lattice a mean degree of `c=15` hyperedge size `k=5`: `lat_c15_k5`
* `m = 1000`, `r = [0.0, 0.6]`, `d = 0.002`, `N_max = 16384`
## Data format
Each final state is encoded as three lines:
* The convergence time is a single integer with a line prefix '# sweeps: '
* The positions of all clusters in opinion space with a line prefix '# ' (unsorted)
* The number of agents in each of the clusters without a line prefix
## Python example for reading the format
An example script, which visualizes the S vs eps graph for the largest size of the `er_c10_k3`
case, with a function to read this format is given in `example.py`.
创建时间:
2021-11-06



