Time bar (total: 2.5s)
| 15.0ms | 71× | body | 1280 | valid |
| 10.0ms | 94× | body | 10240 | exit |
| 6.0ms | 53× | body | 640 | valid |
| 2.0ms | 95× | body | 80 | valid |
| 2.0ms | 27× | body | 320 | valid |
| 0.0ms | 10× | body | 160 | valid |
Useful iterations: 0 (1.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 7 | 4 |
| 1 | 8 | 4 |
| 2 | 8 | 4 |
1 alts after pruning (1 fresh and 0 done)
Merged error: 41.5b
Found 2 expressions with local error:
| 1.5b | (/ (exp x) (- (exp x) 1.0)) |
| 3.0b | (- (exp x) 1.0) |
| 22× | add-sqr-sqrt *-un-lft-identity |
| 15× | times-frac |
| 12× | add-cube-cbrt |
| 5× | associate-/r* distribute-lft-out-- difference-of-squares |
| 4× | add-cbrt-cube add-log-exp |
| 3× | add-exp-log associate-/l* |
| 2× | pow1 flip3-- associate-/r/ flip-- |
| 1× | cbrt-undiv sub-neg frac-2neg diff-log div-exp clear-num div-inv |
| 6.0ms | (/ (exp x) (- (exp x) 1.0)) |
| 4.0ms | (- (exp x) 1.0) |
| 25.0ms | (/ (exp x) (- (exp x) 1.0)) |
| 14.0ms | (- (exp x) 1.0) |
Useful iterations: 2 (14.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 180 | 378 |
| 1 | 542 | 357 |
| 2 | 2210 | 354 |
| 3 | 5001 | 354 |
3 alts after pruning (3 fresh and 0 done)
Merged error: 0b
Found 4 expressions with local error:
| 0.0b | (/ (exp x) (+ (* (pow x 2) (+ (* x 1/6) 1/2)) x)) |
| 0.0b | (+ (* (pow x 2) (+ (* x 1/6) 1/2)) x) |
| 0.1b | (* (pow x 2) (+ (* x 1/6) 1/2)) |
| 0.3b | (* x 1/6) |
| 25× | add-sqr-sqrt |
| 17× | add-cube-cbrt *-un-lft-identity |
| 12× | add-exp-log |
| 11× | associate-*l* |
| 10× | add-cbrt-cube |
| 9× | times-frac |
| 6× | pow1 associate-*r* add-log-exp |
| 5× | unswap-sqr |
| 4× | unpow-prod-down prod-exp |
| 3× | flip3-+ associate-/r* flip-+ associate-/l* |
| 2× | distribute-rgt-in associate-+l+ distribute-lft-in associate-*r/ associate-/r/ *-commutative cbrt-unprod unpow2 sqr-pow |
| 1× | cbrt-undiv +-commutative pow-to-exp frac-2neg div-exp pow-prod-down pow-exp clear-num sum-log div-inv |
| 9.0ms | (/ (exp x) (+ (* (pow x 2) (+ (* x 1/6) 1/2)) x)) |
| 8.0ms | (+ (* (pow x 2) (+ (* x 1/6) 1/2)) x) |
| 7.0ms | (* (pow x 2) (+ (* x 1/6) 1/2)) |
| 3.0ms | (* x 1/6) |
| 38.0ms | (/ (exp x) (+ (* (pow x 2) (+ (* x 1/6) 1/2)) x)) |
| 32.0ms | (+ (* (pow x 2) (+ (* x 1/6) 1/2)) x) |
| 65.0ms | (* (pow x 2) (+ (* x 1/6) 1/2)) |
| 13.0ms | (* x 1/6) |
Useful iterations: 2 (56.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 429 | 746 |
| 1 | 2022 | 686 |
| 2 | 5001 | 684 |
3 alts after pruning (2 fresh and 1 done)
Merged error: 0b
Found 3 expressions with local error:
| 0.0b | (+ 1/2 (+ (* 1/12 x) (/ 1 x))) |
| 0.0b | (+ (* 1/12 x) (/ 1 x)) |
| 0.3b | (* 1/12 x) |
| 10× | add-log-exp |
| 7× | add-sqr-sqrt *-un-lft-identity |
| 5× | pow1 add-exp-log add-cube-cbrt add-cbrt-cube |
| 4× | sum-log |
| 3× | associate-*r* associate-*l* |
| 2× | +-commutative flip3-+ flip-+ |
| 1× | associate-+r+ pow-prod-down prod-exp *-commutative cbrt-unprod distribute-lft-out unswap-sqr |
| 7.0ms | (+ 1/2 (+ (* 1/12 x) (/ 1 x))) |
| 5.0ms | (+ (* 1/12 x) (/ 1 x)) |
| 3.0ms | (* 1/12 x) |
| 14.0ms | (+ 1/2 (+ (* 1/12 x) (/ 1 x))) |
| 44.0ms | (+ (* 1/12 x) (/ 1 x)) |
| 14.0ms | (* 1/12 x) |
Useful iterations: 2 (23.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 200 | 216 |
| 1 | 705 | 205 |
| 2 | 3820 | 204 |
| 3 | 5002 | 204 |
3 alts after pruning (1 fresh and 2 done)
Merged error: 0b
Found 3 expressions with local error:
| 0.0b | (/ 1 (- 1 (/ 1.0 (exp x)))) |
| 0.0b | (/ 1.0 (exp x)) |
| 3.0b | (- 1 (/ 1.0 (exp x))) |
| 64× | add-sqr-sqrt |
| 44× | *-un-lft-identity |
| 43× | times-frac |
| 24× | add-cube-cbrt |
| 20× | difference-of-squares |
| 11× | associate-/r* |
| 8× | add-exp-log |
| 7× | add-cbrt-cube |
| 6× | associate-/l* |
| 5× | distribute-lft-out-- add-log-exp |
| 4× | pow1 |
| 3× | div-exp |
| 2× | cbrt-undiv flip3-- frac-2neg clear-num associate-/r/ flip-- div-inv |
| 1× | sub-neg rec-exp pow-flip diff-log 1-exp inv-pow |
| 13.0ms | (/ 1 (- 1 (/ 1.0 (exp x)))) |
| 4.0ms | (/ 1.0 (exp x)) |
| 7.0ms | (- 1 (/ 1.0 (exp x))) |
| 52.0ms | (/ 1 (- 1 (/ 1.0 (exp x)))) |
| 12.0ms | (/ 1.0 (exp x)) |
| 34.0ms | (- 1 (/ 1.0 (exp x))) |
Useful iterations: 2 (29.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 310 | 724 |
| 1 | 1324 | 622 |
| 2 | 5001 | 621 |
3 alts after pruning (0 fresh and 3 done)
Merged error: 0b
73.8% (0.3b remaining)
Error of 0.3b against oracle of 0.0b and baseline of 1.1b
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 25 | 12 |
| 1 | 25 | 12 |
| 402.0ms | 2320× | body | 1280 | valid |
| 297.0ms | 2590× | body | 10240 | exit |
| 186.0ms | 1658× | body | 640 | valid |
| 57.0ms | 2859× | body | 80 | valid |
| 55.0ms | 777× | body | 320 | valid |
| 18.0ms | 386× | body | 160 | valid |