pyro2
pyro2 copied to clipboard
allow Pyro class to take name of function for initial conditions
At the moment, the Pyro class takes the initial condition string name, which means that the function needs to be installed in the main pyro installation. For interactive use in Jupyter, it would be useful to be able to define the initial condition as a function in the notebook, and then have pyro use that.