Closed joshspeagle closed 6 years ago
For ndim large, vol_prefactor, linalg.det, and scale_to_vol can under/overflow. Switch to log-based arithmetic to avoid this behavior for bounding ellipsoids. (Other bounding schemes shouldn't be used when ndim is large anyway.)
ndim
vol_prefactor
linalg.det
scale_to_vol
For
ndim
large,vol_prefactor
,linalg.det
, andscale_to_vol
can under/overflow. Switch to log-based arithmetic to avoid this behavior for bounding ellipsoids. (Other bounding schemes shouldn't be used whenndim
is large anyway.)