:mod:`altar.bayesian.Recorder` ============================== .. py:module:: altar.bayesian.Recorder Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: altar.bayesian.Recorder.Recorder .. py:class:: Recorder(name, locator, **kwds) Bases: :class:`altar.component` Recorder stores the intermediate simulation state in memory .. attribute:: output_dir .. attribute:: doc :annotation: = the directory to save results .. attribute:: output_freq .. attribute:: doc :annotation: = the frequency to write step data to files .. attribute:: statistics .. method:: initialize(self, application) Initialize me given an {application} context .. method:: record(self, step, iteration, psets, **kwds) Record the final state of the calculation .. method:: recordstep(self, step, stats, psets) Record step to file for ce .. method:: saveStats(self) Save the statistics information to file