Time bar (total: 49.1s)
Useful iterations: 1 (3.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 16 | 24 |
| 1 | 30 | 11 |
| 2 | 46 | 11 |
| 3 | 83 | 11 |
| 4 | 130 | 11 |
| 5 | 221 | 11 |
| 6 | 452 | 11 |
| 7 | 982 | 11 |
| 8 | 1652 | 11 |
| 9 | 3943 | 11 |
| done | 5000 | 11 |
1 alts after pruning (1 fresh and 0 done)
Merged error: 44.7b
Found 4 expressions with local error:
| 0.0b | (* (/ (+ (exp x) (exp (- x))) 2.0) (cos y)) |
| 0.0b | (+ (exp x) (exp (- x))) |
| 0.1b | (* (/ (- (exp x) (exp (- x))) 2.0) (sin y)) |
| 58.4b | (- (exp x) (exp (- x))) |
| 49× | add-sqr-sqrt |
| 47× | *-un-lft-identity |
| 35× | associate-*l* |
| 31× | add-cube-cbrt |
| 29× | times-frac |
| 14× | add-exp-log add-cbrt-cube |
| 9× | prod-diff |
| 8× | pow1 add-log-exp |
| 6× | associate-*r* |
| 4× | expm1-log1p-u prod-exp cbrt-unprod log1p-expm1-u distribute-lft-out distribute-lft-out-- difference-of-squares unswap-sqr |
| 3× | fma-def fma-neg |
| 2× | cbrt-undiv div-exp pow-prod-down associate-*l/ *-commutative div-inv |
| 1× | +-commutative sub-neg flip3-- flip3-+ diff-log sum-log flip-- flip-+ |
| 26.0ms | (* (/ (+ (exp x) (exp (- x))) 2.0) (cos y)) |
| 6.0ms | (+ (exp x) (exp (- x))) |
| 30.0ms | (* (/ (- (exp x) (exp (- x))) 2.0) (sin y)) |
| 7.0ms | (- (exp x) (exp (- x))) |
| 57.0ms | (* (/ (+ (exp x) (exp (- x))) 2.0) (cos y)) |
| 25.0ms | (+ (exp x) (exp (- x))) |
| 76.0ms | (* (/ (- (exp x) (exp (- x))) 2.0) (sin y)) |
| 39.0ms | (- (exp x) (exp (- x))) |
Useful iterations: 2 (177.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 232 | 1903 |
| 1 | 587 | 1734 |
| 2 | 1980 | 1486 |
| done | 5000 | 1486 |
3 alts after pruning (3 fresh and 0 done)
Merged error: 0.1b
Found 4 expressions with local error:
| 0.0b | (* (/ (+ (exp x) (exp (- x))) 2.0) (cos y)) |
| 0.0b | (+ (exp x) (exp (- x))) |
| 0.0b | (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) |
| 0.1b | (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) 2.0) (sin y)) |
| 32× | add-sqr-sqrt |
| 30× | *-un-lft-identity |
| 29× | associate-*l* |
| 23× | times-frac |
| 22× | add-cube-cbrt |
| 14× | add-exp-log add-cbrt-cube |
| 8× | pow1 |
| 6× | associate-*r* add-log-exp |
| 4× | expm1-log1p-u prod-exp cbrt-unprod log1p-expm1-u distribute-lft-out unswap-sqr |
| 3× | fma-def |
| 2× | cbrt-undiv div-exp pow-prod-down associate-*l/ *-commutative div-inv |
| 1× | +-commutative flip3-+ sum-log flip-+ fma-udef |
| 25.0ms | (* (/ (+ (exp x) (exp (- x))) 2.0) (cos y)) |
| 6.0ms | (+ (exp x) (exp (- x))) |
| 0.0ms | (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) |
| 8.0ms | (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) 2.0) (sin y)) |
| 59.0ms | (* (/ (+ (exp x) (exp (- x))) 2.0) (cos y)) |
| 22.0ms | (+ (exp x) (exp (- x))) |
| 55.0ms | (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) |
| 89.0ms | (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) 2.0) (sin y)) |
Useful iterations: 2 (170.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 199 | 1796 |
| 1 | 493 | 1766 |
| 2 | 1701 | 1539 |
| done | 5001 | 1539 |
9 alts after pruning (8 fresh and 1 done)
Merged error: 0.0b
Found 4 expressions with local error:
| 0.2b | (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) (sin y)) |
| 0.4b | (* (/ 1 (sqrt 2.0)) (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) (sin y))) |
| 0.4b | (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) |
| 1.0b | (/ 1 (sqrt 2.0)) |
| 74× | times-frac |
| 69× | add-sqr-sqrt |
| 61× | add-cube-cbrt *-un-lft-identity |
| 54× | add-exp-log |
| 44× | associate-*l* |
| 43× | sqrt-prod |
| 34× | add-cbrt-cube |
| 22× | prod-exp |
| 14× | div-exp |
| 13× | pow1 |
| 12× | associate-/r* cbrt-unprod |
| 8× | cbrt-undiv |
| 6× | associate-/l* |
| 4× | expm1-log1p-u rec-exp 1-exp associate-*r* pow-prod-down associate-*l/ log1p-expm1-u div-inv add-log-exp |
| 3× | pow-flip unswap-sqr |
| 2× | frac-2neg clear-num *-commutative |
| 1× | frac-times sqrt-pow1 pow1/2 associate-*r/ inv-pow |
| 12.0ms | (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) (sin y)) |
| 26.0ms | (* (/ 1 (sqrt 2.0)) (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) (sin y))) |
| 3.0ms | (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) |
| 5.0ms | (/ 1 (sqrt 2.0)) |
| 150.0ms | (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) (sin y)) |
| 204.0ms | (* (/ 1 (sqrt 2.0)) (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) (sin y))) |
| 112.0ms | (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) |
| 0.0ms | (/ 1 (sqrt 2.0)) |
Useful iterations: 2 (223.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 254 | 4584 |
| 1 | 648 | 4285 |
| 2 | 2506 | 3579 |
| done | 5000 | 3579 |
9 alts after pruning (7 fresh and 2 done)
Merged error: 0.0b
Found 4 expressions with local error:
| 0.4b | (* (/ (/ 1 (sqrt (sqrt 2.0))) (sqrt (sqrt 2.0))) (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) (sin y))) |
| 0.4b | (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) |
| 1.0b | (/ (/ 1 (sqrt (sqrt 2.0))) (sqrt (sqrt 2.0))) |
| 1.0b | (/ 1 (sqrt (sqrt 2.0))) |
| 1128× | sqrt-prod |
| 1116× | times-frac |
| 592× | add-sqr-sqrt add-cube-cbrt *-un-lft-identity |
| 283× | associate-*l* |
| 79× | add-exp-log |
| 49× | add-cbrt-cube |
| 37× | associate-/l* |
| 32× | div-exp |
| 25× | prod-exp |
| 24× | associate-/r* |
| 23× | pow1 div-inv |
| 20× | sqrt-pow1 |
| 17× | cbrt-undiv |
| 15× | cbrt-unprod |
| 14× | pow-flip |
| 10× | pow1/2 pow-div |
| 5× | rec-exp 1-exp |
| 4× | expm1-log1p-u log1p-expm1-u add-log-exp |
| 3× | frac-2neg pow-prod-down associate-*l/ clear-num |
| 2× | inv-pow |
| 1× | frac-times associate-*r/ associate-*r* *-commutative associate-/l/ |
| 108.0ms | (* (/ (/ 1 (sqrt (sqrt 2.0))) (sqrt (sqrt 2.0))) (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) (sin y))) |
| 3.0ms | (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) |
| 20.0ms | (/ (/ 1 (sqrt (sqrt 2.0))) (sqrt (sqrt 2.0))) |
| 4.0ms | (/ 1 (sqrt (sqrt 2.0))) |
| 220.0ms | (* (/ (/ 1 (sqrt (sqrt 2.0))) (sqrt (sqrt 2.0))) (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) (sin y))) |
| 111.0ms | (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) |
| 0.0ms | (/ (/ 1 (sqrt (sqrt 2.0))) (sqrt (sqrt 2.0))) |
| 0.0ms | (/ 1 (sqrt (sqrt 2.0))) |
Useful iterations: done (596.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 614 | 20031 |
| 1 | 1700 | 17710 |
| done | 5001 | 16372 |
9 alts after pruning (7 fresh and 2 done)
Merged error: 0.0b
0% (0.7b remaining)
Error of 0.8b against oracle of 0.1b and baseline of 0.8b
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 25 | 31 |
| 1 | 29 | 31 |
| done | 29 | 31 |