-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Batchrunfixedparameters #423
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
Batchrunfixedparameters #423
Conversation
1 similar comment
|
@Corvince is there any inherit issue with the Also, since |
|
@Corvince would the following approach achieve the same effect? In In |
|
Thanks @TaylorMutch. That seems to me like a better approach and achieves the same result. I think it makes sense to have fixed parameters in by default. |
TaylorMutch
left a comment
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.
Looks good to me!
* Added include_fixed parameter * New approach that defaults to include fixed parameters * Fixed test
Added ability to include fixed parameters in get_model_vars_dataframe() function. See #422