



Bits error versus x




Bits error versus y
| Original | 0.4 |
|---|---|
| Target | 0.1 |
| Herbie | 1.0 |
Initial program 0.4
rmApplied add-sqr-sqrt1.3
Applied log-prod0.9
Applied associate--l+1.0
Time bar (total: 30.5s)Debug logProfile
herbie shell --seed '#(1070609872 3456127585 2380521889 2328837196 1765472538 734540918)'
(FPCore (x y)
:name "Logistic regression 2"
:herbie-target
(if (<= x 0) (- (log (+ 1 (exp x))) (* x y)) (- (log (+ 1 (exp (- x)))) (* (- x) (- 1 y))))
(- (log (+ 1 (exp x))) (* x y)))