


Bits error versus x



Bits error versus y
Results
if x < -0.0075460570145560076 or 0.005917552766164971 < x Initial program 0.0
Initial simplification0.0
Taylor expanded around -inf 0.0
if -0.0075460570145560076 < x < 0.005917552766164971Initial program 59.1
Initial simplification59.1
Taylor expanded around 0 0.0
Final simplification0.0
Time bar (total: 10.1s)Debug logProfile
| Baseline | Herbie | Oracle | Span | % | |
|---|---|---|---|---|---|
| Regimes | 31.2 | 0.0 | 0.0 | 31.2 | 100% |
herbie shell --seed 2018355
(FPCore (x y)
:name "Logistic function from Lakshay Garg"
(- (/ 2 (+ 1 (exp (* -2 x)))) 1))