softplus.Rd
Computes log(1 + exp(x)), a smooth approximation to max(0, x). Useful for ensuring positivity of parameters (e.g., variances).
softplus(x)
A value object
A new value object representing softplus(x)