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, we save the parameter that controls the frequency reporters are called in the Sampler class.
We pass it in its __init__ method --- should we move this to the run method where we also set the number of sampling steps?
Also, we are currently saving coordinate sets for debugging in the sampler, should we move this to the reporter (this would only require to not write the buffer to disk but keep it in memory).
Currently, we save the parameter that controls the frequency reporters are called in the Sampler class.
We pass it in its
__init__
method --- should we move this to therun
method where we also set the number of sampling steps?Also, we are currently saving coordinate sets for debugging in the sampler, should we move this to the reporter (this would only require to not write the buffer to disk but keep it in memory).
Originally posted by @chrisiacovella in #18 (comment)
The text was updated successfully, but these errors were encountered: