We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, sampling multiple chains in parallel is available for the hmc_nuts_diag_e_adapt and hmc_nuts_dense_e_adapt functions but not others:
hmc_nuts_diag_e_adapt
hmc_nuts_dense_e_adapt
hmc_nuts_unit_e_adapt
hmc_nuts_unit_e
hmc_nuts_diag_e
hmc_nuts_dense_e
Adding the necessary overloads to support this feature in those services would let us dramatically simplify some of the calling code in CmdStan.
v2.32.2
The text was updated successfully, but these errors were encountered:
SteveBronder
Successfully merging a pull request may close this issue.
Summary:
Currently, sampling multiple chains in parallel is available for the
hmc_nuts_diag_e_adapt
andhmc_nuts_dense_e_adapt
functions but not others:hmc_nuts_unit_e_adapt
hmc_nuts_unit_e
hmc_nuts_diag_e
hmc_nuts_dense_e
Adding the necessary overloads to support this feature in those services would let us dramatically simplify some of the calling code in CmdStan.
Current Version:
v2.32.2
The text was updated successfully, but these errors were encountered: