record_simulation

simulation.record_simulation(file_name_generator, task_data, model_data, simID, pickle=False)[source]

Records the data from an task-model run. Creates a pickled version

Parameters:
  • file_name_generator (function) – Creates a new file with the name <handle> and the extension <extension>. It takes two string parameters: (handle, extension) and returns one fileName string
  • task_data (dict) – The data from the task
  • model_data (dict) – The data from the model
  • simID (basestring) – The label identifying the simulation
  • pickle (bool, optional) – If true the data for each model, task and participant is recorded. Default is False

See also

pickleLog()
records the picked data