cmdstan
cmdstan copied to clipboard
CmdStan, the command line interface to Stan
Sebastian Weber suggested this for RStan, but it would be good to have in Stan, too. See RStan issue 38. Boost has compression wrappers (like Java's) for streams. For instance,...
#### Summary: When CmdStan completes a run, it should report number of post-warmup divergences and number of iterations where maxtreedepth was exceeded, and it should track this effeciently, i.e., minimal...
#### Summary: This aims to simplify how users can use cmdstan with its makefiles. #### Description: Currently users have to change into the directory of cmdstan in order to build...
#### Summary: investigate behavoir of `stansummary` - code defensively for CmdStanPy - #### Description: mentioned in CmdStanPy issue #88 - https://github.com/stan-dev/cmdstanpy/issues/88#issuecomment-543923076 #### Reproducible Steps: Please report steps to reproduce the...
#### Summary: Attempting to run the [external c++ example](https://mc-stan.org/docs/cmdstan-guide/using-external-cpp-code.html) fails with: ``` andrew@Andrews-MacBook-Air cmdstan-2.30.1 % make STANCFLAGS=--allow-undefined USER_HEADER=examples/bernoulli/make_odds.hpp examples/bernoulli/bernoulli # on Windows add .exe --- Translating Stan model to C++...
#### Summary: The PCH file built from a different branch error does not provide a hint on how to fix it. Add such a hint. #### Description: When I try...
#### Summary: See title. #### Description: See reproducible steps. #### Reproducible Steps: See current output. #### Current Output: ``` ~/temp2$ ./simple method=optimize tol_grad=1e-20 tol_grad=1e-20 is either mistyped or misplaced. Perhaps...
#### Submisison Checklist - [x] Run tests: `./runCmdStanTests.py src/test` - [x] Declare copyright holder and open-source license: see below #### Summary: Note the line change # here is just from...
#### Summary: Right now we have a very ad hoc approach to figure out the names for multiple chains. For a users id and the number of chains they have...
#### 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...