run_data( 1, % id uc, % backtrack strategy tabular, % SLP for prior in slps/tabular.slp rm, % real models, space exs, % (i) 'exs.' is called and (ii) data/exs.pl is loaded hyp/[],% hyp(X) is the call to generate a hypothesis X tab, % 'tab' added to output filenames 100000,% length of Markov chain 1, % selects first random seed from ../auxil/seeds.pl all % do all post-processing operations, if any ). run_data( 2, % id uc, % backtrack strategy rects2304, % SLP for prior in slps/rects2034.slp rm, % real models, space exs, % (i) 'exs.' is called and (ii) data/exs.pl is loaded hyp/[],% hyp(X) is the call to generate a hypothesis X r2304, % 'r2034' added to output filenames 100000,% length of Markov chain 1, % selects first random seed from ../auxil/seeds.pl all % do all post-processing operations, if any ).