Closed
Description
Stan 2.34 added two new arguments:
- save_metric: save the inv_metric to a json file
- save_cmdstan_config: saves what is normally the header of the csvs in separate files
It would be good to have these options as arguments to method sample
(similar issue raised for CmdStanPy here.
If these are enable by default, also the current methods for reading in the metadata can be changed to read from those files instead for much faster creation of the cmdstanmcmc object when diagnostics = "".