altar.bayesian.Grid
Module Contents
Classes
- class altar.bayesian.Grid.Grid(name, locator, **kwds)
Bases:
altar.componentA δβ solver based on a naive grid search
- tolerance
- doc = the fractional tolerance for achieving convergence
- maxiter
- doc = the maximum number of iterations while looking for a δβ
- cov
- initialize(self, application, scheduler)
Initialize me and my parts given an {application} context and a {scheduler}
- solve(self, llk, weight)
Compute the next temperature in the cooling schedule :param llk: data log-likelihood :param weight: the normalized weight :return: β, cov