bilby.core.sampler.ptemcee.LikePriorEvaluator

class bilby.core.sampler.ptemcee.LikePriorEvaluator[source]

Bases: object

This class is copied and modified from ptemcee.LikePriorEvaluator, see https://github.com/willvousden/ptemcee for the original version

We overwrite the logl and logp methods in order to improve the performance when using a MultiPool object: essentially reducing the amount of data transfer overhead.

__init__()[source]
__call__(x)[source]

Call self as a function.

Methods

__init__()

call_emcee(theta)

logl(v_array)

logp(v_array)