MCCGsampler.set_number_of_attempts
Hi List,
Thanks for the MCCGsampler, I am currently using it and its really useful.
Just to be sure of that, am I correct to think that running 50 times MCCGsampler.get_sampler() with a preliminary set_number_of_attempts(1000) would be similar to running it just once with a preliminary set_number_of_attempts(50000) ?
--Ben.S
Yes, those two actions should have the same result, the only caveat being that the size in memory of the ConfigurationSets can get to be quite large, so breaking things up might make sense. On Aug 9, 2011, at 1:00 PM, Benjamin SCHWARZ wrote:
> Hi List, > > Thanks for the MCCGsampler, I am currently using it and its really useful. > > Just to be sure of that, am I correct to think that running 50 times MCCGsampler.get_sampler() with a preliminary set_number_of_attempts(1000) would be similar to running it just once with a preliminary set_number_of_attempts(50000) ? > > --Ben.S > _______________________________________________ > IMP-users mailing list > IMP-users@salilab.org > https://salilab.org/mailman/listinfo/imp-users
Basically my question was motivated by some kind of a slowing down I thought I observed when using bigger values, but I was not sure. Thanks for the answer Daniel.
--Ben
> Yes, those two actions should have the same result, the only caveat being that the size in memory of the ConfigurationSets can get to be quite large, so breaking things up might make sense. > On Aug 9, 2011, at 1:00 PM, Benjamin SCHWARZ wrote:
participants (2)
-
Benjamin SCHWARZ
-
Daniel Russel