willvousden / ptemcee

A parallel-tempered version of emcee.
MIT License
57 stars 29 forks source link

Add vectorize option for Numpy arraywise evaluation of like/prior #6

Open lpsinger opened 6 years ago

lpsinger commented 6 years ago

This behaves exactly the same as the vectorize option from emcee.EnsembleSampler.

willvousden commented 6 years ago

Thanks for the PR, and I apologise for how long it's taken me to respond.

I'm currently refactoring ptemcee to make it a little more robust and maintainable, so I'll merge this once the dust has settled.

lpsinger commented 6 years ago

You're welcome. I was just working on getting the unit tests to pass, but if you are making a bunch of other changes at the moment, I'll wait.

lpsinger commented 5 years ago

Any update?