



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-prod1.0
Applied associate--l+1.0
Time bar (total: 54.0s)Debug logProfile
herbie shell --seed '#(1070386091 2509006183 1430610344 1025408621 36622005 1425925650)'
(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)))