



Bits error versus a




Bits error versus b
Results
| Original | 0.7 |
|---|---|
| Target | 0.0 |
| Herbie | 0.6 |
Initial program 0.7
Initial simplification0.7
rmApplied add-exp-log0.7
Applied div-exp0.6
Final simplification0.6
Time bar (total: 5.8s)Debug logProfile
| Baseline | Herbie | Oracle | Span | % | |
|---|---|---|---|---|---|
| Regimes | 0.6 | 0.6 | 0.5 | 0.0 | 0% |
herbie shell --seed 2018295
(FPCore (a b)
:name "Quotient of sum of exps"
:herbie-target
(/ 1 (+ 1 (exp (- b a))))
(/ (exp a) (+ (exp a) (exp b))))