initialisation ======================== .. py:module:: jaxns.nested_samplers.common.initialisation .. rubric:: :code:`jaxns.nested_samplers.common.initialisation` .. rubric:: Module Contents .. py:function:: create_init_state(key, num_live_points, max_samples, model, mesh = None) Return an initial sample collection, that will be incremented by the sampler. :param key: PRNGKey :param num_live_points: the number of live points :param max_samples: the maximum number of samples :param model: the model to use. :returns: the initial live point collection state: the initial state :rtype: live_point_collection .. py:function:: create_init_termination_register() Initialise the termination register. :returns: The initial termination register.