uniform_samplers ========================== .. py:module:: jaxns.samplers.uniform_samplers .. rubric:: :code:`jaxns.samplers.uniform_samplers` .. rubric:: Module Contents .. py:class:: UniformSampler Bases: :py:obj:`jaxns.samplers.bases.BaseAbstractRejectionSampler`\ [\ :py:obj:`Tuple`\ ] A sampler that produces uniform samples from the model within the log_L_constraint. .. py:attribute:: model :type: jaxns.framework.bases.BaseAbstractModel .. py:attribute:: max_likelihood_evals :type: int :value: 100 .. py:method:: __post_init__() .. py:method:: num_phantom()