config.json

This commit is contained in:
0xFugue 2023-07-18 22:50:38 +05:30
parent 96ab91b383
commit a531ccc3fc
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
{
"config": {
"prng_seed": 1,
"output_dir": "network_data",
"benchmark": "False",
"networks" : {
"net-0": {
"num_nodes": 5,
"fanout": 3,
"network_type": "newmanwattsstrogatz"
},
"net-0": {
"num_nodes": 5,
"fanout": 3,
"network_type": "newmanwattsstrogatz"
}
}
}
}