-
Notifications
You must be signed in to change notification settings - Fork 7
/
output_config.json
48 lines (47 loc) · 1.24 KB
/
output_config.json
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
45
46
47
48
{
"stan_major_version" : "2",
"stan_minor_version" : "34",
"stan_patch_version" : "0",
"model_name" : "bernoulli_model",
"start_datetime" : "2024-01-27 16:21:02 UTC",
"method" : {
"value" : "pathfinder",
"pathfinder" : {
"init_alpha" : 0.001,
"tol_obj" : 1e-12,
"tol_rel_obj" : 1000,
"tol_grad" : 1e-08,
"tol_rel_grad" : 1e+07,
"tol_param" : 1e-08,
"history_size" : 5,
"num_psis_draws" : 1000,
"num_paths" : 4,
"save_single_paths" : false,
"psis_resample" : true,
"calculate_lp" : true,
"max_lbfgs_iters" : 1000,
"num_draws" : 25,
"num_elbo_draws" : 25
}
},
"id" : 4,
"data" : {
"file" : "\/Users\/rob\/.julia\/dev\/StanPathfinder\/examples\/Bernoulli\/tmp\/bernoulli_data_4.json"
},
"init" : "2",
"random" : {
"seed" : 69362192
},
"output" : {
"file" : "output.csv",
"diagnostic_file" : "",
"refresh" : 100,
"sig_figs" : -1,
"profile_file" : "\/Users\/rob\/.julia\/dev\/StanPathfinder\/examples\/Bernoulli\/tmp\/bernoulli_profile_4.log",
"save_cmdstan_config" : true
},
"num_threads" : 1,
"mpi_enabled" : false,
"stanc_version" : "stanc3 v2.33.1-101-g8f2dbe7",
"stancflags" : "--warn-pedantic"
}