-
Notifications
You must be signed in to change notification settings - Fork 1
Description
We could potentially have a specific configuration directory for the purposes of calibration with calibration specific values controlling output set there. This would make it easy for users to add their own configurations for use with different solvers. We could potentially also require that a Python script is defined there which computes the negative log density from the simulation outputs.
In addition to conditions_file_name and mesh_file_name as arguments to task we would have something like compute_log_target_density_script which would be expected to be a path to a script which does something like take the directory the model output files are written to as an input argument and outputs to stdout the log density. Or alternatively we could make it an importable module which is required to define a function with a specified name and signature.
Originally posted by @matt-graham in #30 (comment)