Closed ClarkMcGrew closed 2 months ago
Why is that necessary? Sometimes the fitter will explore outside of bounds. More generally I guess we could let the use explore outside of bounds. The parameter limits are only relevant for the fit, right?
Huh? No. Parameter values outside of the bounds are a bug, pure and simple.
This is forward porting the fixes in LTS/1.8.x that prevent parameters from being set to values outside of their defined domain. If a parameter gets a value outside of its domain an error will be thrown.