altar.bayesian.Scheduler
Module Contents
Classes
- class altar.bayesian.Scheduler.Scheduler
Bases:
altar.protocolThe protocol that all AlTar schedulers must implement
- initialize(self, application)
Initialize me and my parts given an {application} context
- update(self, step)
Push {step} forward along the annealing schedule
- updateTemperature(self, step)
Generate the next temperature increment
- computeCovariance(self, step)
Compute the parameter covariance of the sample in the {step}
- rank(self, step)
Rebuild the sample and its statistics sorted by the likelihood of the parameter values
- classmethod pyre_default(cls, **kwds)
Supply a default implementation