altar.bayesian.Solver

Module Contents

Classes

class altar.bayesian.Solver.Solver

Bases: altar.protocol

The protocol that all δβ solvers must implement

tolerance
doc = the fractional tolerance for achieving convergence
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

classmethod pyre_default(cls, **kwds)

Provide a default implementation