Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* compiler refactor proof of concept * rename compiler to model_info * improve compiler readibility and make it more compact * invokelatest -> calling model * respond to Martin's comments * fix ambiguity * fix missing data case and make more compact * fix broken compiler.jl/explicit_ret.jl test * fix sampling from prior * make compiler more compact * fix update_vars! * fix tests * fix mh.jl tests * fix Sampler API * uncomment commented tests * fix seed in test/mh.jl/mh_cons.jl * make pvars and dvars type parameters in CallableModel * make data a field in CallableModel * fix #544 - allows default value of data vars when treated as params * add support for passing data as kwargs to outer function * model::Function -> model * CallableModel -> Model * compiler hygiene and organization * docstrings and some renaming * respond to Will's comments * some more style issues * add test for #544 * comment * model -> model::Model
- Loading branch information