-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
file_refit
implementation, control parameters
#1151
Comments
how about adding Some global option sounds sensible to me. Yeah, it could be worthwhile checking for control parameters but then we should also check for number of chains, iterations, etc. and I am not sure this is something we want. @martinmodrak what is your opinion on this? |
My two cents: Not storing |
Just a note: commenting out Eg in my example, I was increasing adapt_delta, I don’t need the file with the divergent transitions anymore, so I have to do a round trip to the file system. That control parameters, chains, etc trigger an automatic refit isn’t super important to me if there is an always option (as I’m going to change parameters knowingly, whereas I might change an aspect of the data without realizing). However, if it’s not a massive chore to implement, I think these changes triggering a refit by default would be better than not doing so. Can still interrupt if it misfires and I guess decreases, explicitly specifying the default, etc are much rarer than increases. |
Option 'always' is now implemented along with a global |
Hi,
file_refit = "on_change"
is making my life a lot easier. Three requests though:brms.backend
that I always want to refit on change.control
parameters likeadapt_delta
andtreedepth
. If it's easy to add, that would of course be great, but if not, a third option "force" would make things pretty easy as well. I just want to avoid messing with files, as I have to leave my IDE, might confuse files etc.The text was updated successfully, but these errors were encountered: