You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I swear I did this in the past, but I think what we need to do is pass an iterator for the chain number to parser.print so that when that function is printing the id we can override the value to be the chain id from within the stan program
Current Version:
v2.34.1
The text was updated successfully, but these errors were encountered:
This is really another variant of the bug (#1029) where if the fixed_param sampler is run when the model lacks parameters, it still reports running HMC: the output here is always the command line as requested, not the actual run information
WardBrian
changed the title
id for each chain should be unique in multi chain
id for each chain should be unique in multi chain output csvs
May 22, 2024
Summary:
Right now the id for each chain will always be the same in the output csv, but they should be different for each output file
Description:
Describe the issue as clearly as possible.
Reproducible Steps:
make examples/bernoulli/bernoulli ./examples/bernoulli/bernoulli sample num_chains=2 data file="./examples/bernoulli/bernoulli.data.R"
Current Output:
For
model_2.csv
as an exampleExpected Output:
For
model_2.csv
Additional Information:
I swear I did this in the past, but I think what we need to do is pass an iterator for the chain number to
parser.print
so that when that function is printing the id we can override the value to be the chain id from within the stan programCurrent Version:
v2.34.1
The text was updated successfully, but these errors were encountered: