-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minior updates to calibrate, simulate #108
Conversation
# autoguide: pyro.infer.autoguide.AutoLowRankMultivariateNormal | ||
solver_method: str = Field( | ||
"dopri5", description="Optional field for CIEMSS calibration", example="dopri5" | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we making these changes? Have we consider the impact and the types of corresponding changes we need to make?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes are a result of the changes requested here: DARPA-ASKEM/terarium#4201
Description
Throw learning rate into the main body rather than extra.
Moving solver method and solver_options too