galapy.sampling.Results

Implements the class used for storing sampling results.

Functions

dump_results(model, handler, data, sampler)

generate_output_base([out_dir, name])

load_results(infile[, method, lightweight])

Classes

Results(model, handler, sample_res, sample_logl)

galapy.sampling.Results.generate_output_base(out_dir='', name='')
Parameters:
  • out_dir (string) – Position in the filesystem where the results will be stored. Default to the directory where the command has been called.

  • name (string) – A string identifying the run that will be saved. By default it will use a string with the current date+time