multi_ellipsoidal_samplers ==================================== .. py:module:: jaxns.samplers.multi_ellipsoidal_samplers .. rubric:: :code:`jaxns.samplers.multi_ellipsoidal_samplers` .. rubric:: Module Contents .. py:class:: MultiEllipsoidalSampler Bases: :py:obj:`jaxns.samplers.bases.BaseAbstractRejectionSampler`\ [\ :py:obj:`jaxns.samplers.multi_ellipsoid.multi_ellipsoid_utils.MultEllipsoidState`\ ] Uses a multi-ellipsoidal decomposition of the live points to create a bound around regions to sample from. Inefficient for high dimensional problems, but can be very efficient for low dimensional problems. .. py:attribute:: model :type: jaxns.framework.bases.BaseAbstractModel .. py:attribute:: depth :type: int .. py:attribute:: expansion_factor :type: float .. py:method:: __post_init__() .. py:method:: num_phantom() .. py:property:: max_num_ellipsoids