SampleFromUniform initializes all parameters uniformly in the range [-2, 2]. Sometimes it is helpful to initialize over a wider range. RStan offers the init_r parameter for increasing or decreasing the bounds, and it would be useful to have that here as well.
What if SampleFromUniform had a field like upper or scale, defaulting to 2?
SampleFromUniforminitializes all parameters uniformly in the range[-2, 2]. Sometimes it is helpful to initialize over a wider range. RStan offers theinit_rparameter for increasing or decreasing the bounds, and it would be useful to have that here as well.What if
SampleFromUniformhad a field likeupperorscale, defaulting to 2?