I would like to extract the warmed up / sampling parameters using cmdstanr, in particular the step size. (I already have the inverse metric using fit$inv_metric()
). After browsing Function reference • cmdstanr, I couldn’t find any function to get the sampler parameters.
I know how to do this with rstan, but I’d rather only use one package.