v0.6.3
Pre-release
Pre-release
New features:
- Morphing-aware likelihood ratio estimators. See https://arxiv.org/abs/1805.00020 for a description. Implemented in
madminer.ml.MorphingAwareRatioEstimator
. - Gradient clipping can now be set with the keyword
clip_gradient
in the estimatortrain()
functions.