Time bar (total: 28.1s)
Useful iterations: 1 (5.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 16 | 24 |
| 1 | 30 | 11 |
| 2 | 48 | 11 |
| 3 | 83 | 11 |
| 4 | 127 | 11 |
| 5 | 200 | 11 |
| 6 | 373 | 11 |
| 7 | 608 | 11 |
| 8 | 1105 | 11 |
| 9 | 1521 | 11 |
| 10 | 1855 | 11 |
| 11 | 1939 | 11 |
| 12 | 1959 | 11 |
| done | 1959 | 11 |
1 alts after pruning (1 fresh and 0 done)
Merged error: 43.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)) |
| 57.8b | (- (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-+ |
| 69.0ms | (* (/ (+ (exp x) (exp (- x))) 2.0) (cos y)) |
| 16.0ms | (+ (exp x) (exp (- x))) |
| 101.0ms | (* (/ (- (exp x) (exp (- x))) 2.0) (sin y)) |
| 34.0ms | (- (exp x) (exp (- x))) |
| 112.0ms | (* (/ (+ (exp x) (exp (- x))) 2.0) (cos y)) |
| 24.0ms | (+ (exp x) (exp (- x))) |
| 107.0ms | (* (/ (- (exp x) (exp (- x))) 2.0) (sin y)) |
| 49.0ms | (- (exp x) (exp (- x))) |
Useful iterations: done (1.5s)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 232 | 1903 |
| 1 | 565 | 1734 |
| 2 | 1576 | 1486 |
| done | 5001 | 1429 |
3 alts after pruning (3 fresh and 0 done)
Merged error: 0.1b
Found 4 expressions with local error:
| 0.0b | (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) |
| 0.0b | (* (/ (+ (exp x) (exp (- x))) 2.0) (cos y)) |
| 0.0b | (+ (exp x) (exp (- 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 |
| 0.0ms | (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) |
| 69.0ms | (* (/ (+ (exp x) (exp (- x))) 2.0) (cos y)) |
| 30.0ms | (+ (exp x) (exp (- x))) |
| 35.0ms | (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) 2.0) (sin y)) |
| 88.0ms | (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) |
| 78.0ms | (* (/ (+ (exp x) (exp (- x))) 2.0) (cos y)) |
| 24.0ms | (+ (exp x) (exp (- x))) |
| 121.0ms | (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) 2.0) (sin y)) |
Useful iterations: done (1.3s)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 199 | 1796 |
| 1 | 481 | 1766 |
| 2 | 1469 | 1539 |
| done | 5000 | 1534 |
13 alts after pruning (12 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.3b | (* (/ 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 |
| 47.0ms | (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) (sin y)) |
| 109.0ms | (* (/ 1 (sqrt 2.0)) (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) (sin y))) |
| 12.0ms | (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) |
| 12.0ms | (/ 1 (sqrt 2.0)) |
| 245.0ms | (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) (sin y)) |
| 308.0ms | (* (/ 1 (sqrt 2.0)) (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) (sin y))) |
| 199.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: done (1.3s)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 254 | 4584 |
| 1 | 601 | 4231 |
| 2 | 1984 | 3619 |
| done | 5001 | 3595 |
8 alts after pruning (6 fresh and 2 done)
Merged error: 0b
Found 4 expressions with local error:
| 0.0b | (+ (exp x) (exp (- x))) |
| 0.2b | (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) (sin y)) |
| 0.3b | (* (pow 2.0 -1/2) (* (/ (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)) |
| 44× | add-sqr-sqrt |
| 38× | *-un-lft-identity times-frac |
| 36× | add-cube-cbrt |
| 35× | add-exp-log |
| 29× | associate-*l* |
| 22× | sqrt-prod |
| 20× | add-cbrt-cube |
| 17× | prod-exp |
| 7× | cbrt-unprod |
| 6× | pow1 associate-/r* add-log-exp |
| 5× | div-exp |
| 4× | expm1-log1p-u associate-*r* log1p-expm1-u |
| 3× | cbrt-undiv pow-to-exp unpow-prod-down fma-def pow-exp associate-/l* unswap-sqr |
| 2× | associate-*l/ *-commutative div-inv |
| 1× | +-commutative frac-2neg flip3-+ associate-*r/ pow-prod-down clear-num sum-log flip-+ distribute-lft-out sqr-pow |
| 25.0ms | (+ (exp x) (exp (- x))) |
| 25.0ms | (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) (sin y)) |
| 57.0ms | (* (pow 2.0 -1/2) (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) (sin y))) |
| 13.0ms | (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) |
| 25.0ms | (+ (exp x) (exp (- x))) |
| 235.0ms | (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) (sin y)) |
| 310.0ms | (* (pow 2.0 -1/2) (* (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) (sin y))) |
| 172.0ms | (/ (fma 1/3 (pow x 3) (fma 1/60 (pow x 5) (* 2 x))) (sqrt 2.0)) |
Useful iterations: done (1.5s)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 248 | 3543 |
| 1 | 601 | 3435 |
| 2 | 1917 | 3088 |
| done | 5000 | 3086 |
8 alts after pruning (5 fresh and 3 done)
Merged error: 0b
0% (0.7b remaining)
Error of 0.8b against oracle of 0.0b and baseline of 0.8b
Useful iterations: 0 (1.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 25 | 31 |
| 1 | 29 | 31 |
| done | 29 | 31 |