


Bits error versus x



Bits error versus y
Results
if x < -0.007536260603474345 or 0.007944515118985624 < x Initial program 0.0
rmApplied add-log-exp0.0
if -0.007536260603474345 < x < 0.007944515118985624Initial program 59.1
rmApplied add-log-exp59.1
Taylor expanded around 0 0.0
Final simplification0.0
Time bar (total: 7.5s)Debug logProfile
| Baseline | Herbie | Oracle | Span | % | |
|---|---|---|---|---|---|
| Regimes | 29.9 | 0.0 | 0.0 | 29.9 | 100% |
herbie shell --seed 2018274
(FPCore (x y)
:name "Logistic function from Lakshay Garg"
(- (/ 2 (+ 1 (exp (* -2 x)))) 1))