


Bits error versus x



Bits error versus y
Results
if x < -0.0077619475275158886 or 0.006324060089657671 < x Initial program 0.0
Initial simplification0.0
rmApplied add-log-exp0.0
Taylor expanded around inf 0.0
Simplified0.0
if -0.0077619475275158886 < x < 0.006324060089657671Initial program 59.3
Initial simplification59.3
Taylor expanded around 0 0.0
Final simplification0.0
Time bar (total: 10.2s)Debug logProfile
| Baseline | Herbie | Oracle | Span | % | |
|---|---|---|---|---|---|
| Regimes | 29.4 | 0.0 | 0.0 | 29.4 | 100% |
herbie shell --seed 2018340 +o rules:numerics
(FPCore (x y)
:name "Logistic function from Lakshay Garg"
(- (/ 2 (+ 1 (exp (* -2 x)))) 1))