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
ideally, would just pass in e.g. BridgeStan's StanModel directly. TODO: investigate if can reconstruct info passed n StanModel, and would have to modify how iid sampling handled with stan models (e.g. with an iid argument)
alternative discussed was to have extra kargs passed directly
or at least unify StanModel, etc into create_target (or potentially have first argument positional, with just target(...))
The text was updated successfully, but these errors were encountered:
...and at the same time, improve how examples/demos are handled. Stop exporting and use prefix convention for autocomplete Pigeons.demo_mvn(5)? example_target(:mvn, 5) ?
The text was updated successfully, but these errors were encountered: