# test input file for graph_sampler
# hypergraph, with empty initial adjacency, degree prior and motif prior
# =========================================================================

n_runs    = 1E4;
n_burn_in = 1E3;

random_seed = 3456;                        

n_nodes = 5;

hypergraph = true;

initial_adjacency = matrix{empty};   

degree_prior = true;
motif_prior  = true;

likelihood = constant_gamma;

n_data = 50;

data = matrix {

  -1.58,  -0.817, 0.828, 1.7,   0.3236, -1.35,  -0.014, -0.039, -0.581,
  -1.8,    1.65,  0.117, 1.42, -0.272,  -1.22,   0.825,  1.31,   0.368,
  -0.138, -1.56,  1.21, -0.059, 0.083,   0.46,   1.97,   0.6194, 2.15,
  -2.67,  -0.68,  1.18, -1.54,  0.972,   0.18,  -0.23,  -1.77,   0.993,
  -0.384, -0.513, 1.88,  0.066, 1.27,   -0.836, -0.576,  0.203,  0.475,
  -0.933, -1.79, -0.349, 1.84,  1.8,

  -0.255, -1.0,   0.67,  -1.45,  -0.585, -1.58, -0.56,   0.554, -0.9748,
  -0.65,   0.63, -0.296,  1.1,    0.222,  0.849, 0.299, -1.47,   1.81,
  -1.62,  -0.66, -2.24,  -0.811, -0.67,   0.915, 0.676,  0.271,  1.62,
  -0.734, -1.2,   0.703,  0.707,  1.5,   -0.319,  1.92,  2.55,  -3.38,
  -0.942, -0.917, 0.901, -0.007, -0.155, -0.278, -0.15,  0.806,  0.523,
  -1.1,   -1.78, -0.325,  0.311,  1.96,

   0.838,  1.38,  -0.017,  0.39,   1.46,  0.105, -0.9056, -0.305,  0.111,
  -0.852, -0.527,  0.829, -0.682, -2.17, -0.197,  0.924,  -1.83,  -0.06,
  -2.49,   0.941,  0.044,  1.22,  -1.37, -0.396, -0.1522, -0.832, -0.868,
  -1.89,   1.05,  -0.454,  0.584, -0.083, 1.22,   2.5,     1.84,  -0.496,
  -0.913, -0.301,  1.87,  -0.055, -2.2,   0.481, -2.88,   -1.63,   0.263,
   0.09,   0.931, -0.436,  0.624, -0.659,

  -0.746, -0.502, -0.386, -0.04,  -1.32,   0.311, -1.32,  -0.8911, 0.187,
  -0.609,  0.31,  -0.673, -1.91,  -0.126,  0.802, -0.259, -0.467,  0.07,
   0.43,  -0.546,  0.491, -0.645, -0.223, -0.729,  0.434, -1.2,    1.52,
  -0.136,  0.067,  0.632, -1.66,  -1.1,   -0.686, -0.952, -0.316,  1.23,
  -0.459,  0.358, -0.455,  1.9,    0.6,   -0.113,  0.984, -0.491, -1.54,
  -0.802,  0.414, -0.753, -0.309,  1.29,

  -0.771, -0.129,  0.61,   1.24,  -0.238,  1.91, -0.899, -1.19,  -1.11,
   0.128, -1.29,   0.488,  1.32,   0.676,  1.4,   0.278,  1.76,   0.798,
  -0.452,  2.11,  -0.958,  0.486,  0.708, -1.44,  1.56,   0.444,  0.132,
  -0.568, -0.322,  2.29,   0.388, -0.738,  2.78,  1.76,   1.93,   1.37,
  -0.34,   1.42,  -0.104, -0.073, -0.571, -1.6,   1.41,  -0.962, -1.55,
   2.94,   0.548, -0.987,  0.101, -0.188};

save_chain = true;
n_saved_adjacency = 10;
save_best_graph = true;  
save_edge_probabilies = true;

# End.
