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
Currently tracking the naming of parameters is done within the prior class, which limits the flexibility and legibility of parameters within Jim.
It is probably more ergonomic to define parameters and track their naming within Jim, and specify transform only at the interface with the likelihood object and prior object.
This should fix the problem in #81 as long as all the prior are sample from the unconstrained uniform. nanargmin in the line below should be changed back to argmin after the implementation.
Currently tracking the naming of parameters is done within the prior class, which limits the flexibility and legibility of parameters within Jim.
It is probably more ergonomic to define parameters and track their naming within Jim, and specify transform only at the interface with the likelihood object and prior object.
This should solve the problem specified in #89 .
The text was updated successfully, but these errors were encountered: