LogLikeGrad

class pyapprox.bayesian_inference.markov_chain_monte_carlo.LogLikeGrad(loglike, loglike_grad=None)[source]

Bases: theano.gof.op.Op

This Op will be called with a vector of values and also return a vector of values - the gradients in each dimension.