You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conceptually, I would be OK with logaddexp(a, b) === b whenever a <= -Inf, after suitable promotion, and similarly of course for the arguments exchanged. This is the only one I would care to special-case, the rest can (and should) just propagate Inf and NaN.
I think this is related to JuliaDiff/ForwardDiff.jl#481.
It is the
a == b
inlogaddexp
, but I am not yet sure how to elegantly special-case this.The text was updated successfully, but these errors were encountered: