vvoelz / biceps

Bayesian inference of conformational populations
https://github.com/vvoelz/biceps
Other
12 stars 3 forks source link

Analysis enhancement for large trajectories #76

Open robraddi opened 4 years ago

robraddi commented 4 years ago

Adding return statement on biceps.PosteriorSampler.Trajectory.process_results(). We could keep the trajectory objects(slice of data from overall PosteriorSamler) in memory until all trajectories (lambdas) are completed to be used in Analysis. Could this save time for longer trajectories that take more time to load?