altar.bayesian.Controller

Module Contents

Classes

class altar.bayesian.Controller.Controller

Bases: altar.protocol

The protocol that all AlTar controllers must implement

dispatcher
doc = the event dispatcher that activates the registered handlers
archiver
doc = the archiver of simulation state
posterior(self, model)

Sample the posterior distribution of the given {model}

initialize(self, application)

Initialize me and my parts given an {application} context

classmethod pyre_default(cls, **kwds)

Supply a default implementation