@Override
 public void setFrom(IParameterizedMessage other) {
   GammaParameters that = (GammaParameters) other;
   _alphaMinusOne = that._alphaMinusOne;
   _beta = that._beta;
   copyNormalizationEnergy(that);
 }