-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebug.json
More file actions
44 lines (44 loc) · 1.02 KB
/
debug.json
File metadata and controls
44 lines (44 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "debug",
"data_model": {
"name": "glauber",
"length": 10,
"coupling": [
0.2
],
"auto_activation_prob": 0,
"auto_deactivation_prob": 0,
"n_active": -1,
"prior": {
"name": "erdosrenyi",
"size": 5,
"likelihood_type": "uniform",
"edge_count": 5,
"canonical": false,
"loopy": false,
"multigraph": false,
"edge_proposer_type": "uniform"
}
},
"target": "None",
"metrics": [
{
"name": "bayesian",
"graph_mcmc": {
"name": "exact",
"method": "exact"
},
"data_mcmc": {
"name": "exact",
"method": "exact"
},
"reduction": "normal",
"n_samples": 10,
"resample_graph": false
}
],
"path": "data/debug",
"n_workers": 24,
"n_async_jobs": 1,
"seed": null
}