-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Replace magic numbers like
horde-ad/src/HordeAd/Core/Ast.hs
Line 149 in 826149b
if minb == -1000000000 && maxb == 1000000000 |
with proper infinities (e.g., a Maybe?). The number currently used in place of infinity is not large enough given how wide rank one tensors can get and not small enough that arithmetic operations don't risk wrapping around. Hat tip to @tomsmeding for getting offended by how hacky this is currently.
tomsmeding
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed