Tweak limited exp
This merge request avoids overflows during the computation of the limited exponential function, and adds limited_exp_deriv()
, which returns a derivative consistent to limited_exp()
. Performance does not change noticeably.
The old module-image for the shared runners will be discontinued on October 31. All users still referencing gitlab-registry.mpcdf.mpg.de/mpcdf/module-image in their CI pipelines need to switch to the new CI images now, see instructions here.
This merge request avoids overflows during the computation of the limited exponential function, and adds limited_exp_deriv()
, which returns a derivative consistent to limited_exp()
. Performance does not change noticeably.