Time bar (total: 20.3s)
| 19.0ms | 256× | body | 80 | valid |
| 17.0ms | 238× | body | 80 | nan |
Useful iterations: 0 (1.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 19 | 28 |
| 1 | 44 | 28 |
| 2 | 163 | 28 |
| 3 | 819 | 28 |
| 4 | 4016 | 28 |
| done | 5000 | 28 |
1 alts after pruning (1 fresh and 0 done)
Merged error: 0.4b
Found 4 expressions with local error:
| 0.2b | (* 5.0 (* v v)) |
| 0.2b | (* PI t) |
| 0.3b | (/ (- 1.0 (* 5.0 (* v v))) (* (* (* PI t) (sqrt (* 2.0 (- 1.0 (* 3.0 (* v v)))))) (- 1.0 (* v v)))) |
| 0.5b | (* (* PI t) (sqrt (* 2.0 (- 1.0 (* 3.0 (* v v)))))) |
| 30× | add-exp-log add-cbrt-cube |
| 18× | associate-*r/ |
| 16× | pow1 |
| 13× | add-sqr-sqrt prod-exp cbrt-unprod |
| 10× | add-cube-cbrt *-un-lft-identity |
| 8× | flip3-- sqrt-div associate-*r* associate-/r/ flip-- |
| 7× | associate-*l* pow-prod-down |
| 4× | cbrt-undiv frac-times div-exp add-log-exp |
| 3× | times-frac *-commutative associate-/l* |
| 2× | associate-*l/ associate-/l/ unswap-sqr |
| 1× | frac-2neg div-sub clear-num associate-/r* sqrt-prod div-inv |
| 34.0ms | (* 5.0 (* v v)) |
| 7.0ms | (* PI t) |
| 209.0ms | (/ (- 1.0 (* 5.0 (* v v))) (* (* (* PI t) (sqrt (* 2.0 (- 1.0 (* 3.0 (* v v)))))) (- 1.0 (* v v)))) |
| 92.0ms | (* (* PI t) (sqrt (* 2.0 (- 1.0 (* 3.0 (* v v)))))) |
| 35.0ms | (* 5.0 (* v v)) |
| 37.0ms | (* PI t) |
| 883.0ms | (/ (- 1.0 (* 5.0 (* v v))) (* (* (* PI t) (sqrt (* 2.0 (- 1.0 (* 3.0 (* v v)))))) (- 1.0 (* v v)))) |
| 334.0ms | (* (* PI t) (sqrt (* 2.0 (- 1.0 (* 3.0 (* v v)))))) |
Useful iterations: done (863.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 250 | 2389 |
| 1 | 782 | 2250 |
| done | 5000 | 1948 |
6 alts after pruning (6 fresh and 0 done)
Merged error: 0.1b
Found 4 expressions with local error:
| 3.4b | (/ (pow v 4) (* t (* (sqrt 2.0) (* (sqrt 1.0) PI)))) |
| 3.4b | (/ (pow v 4) (* t (* (sqrt 2.0) (* (pow (sqrt 1.0) 3) PI)))) |
| 4.0b | (/ (* v v) t) |
| 4.1b | (/ (pow v 2) (* t (* (sqrt 2.0) (* (sqrt 1.0) PI)))) |
| 148× | add-exp-log |
| 73× | prod-exp |
| 51× | add-cbrt-cube |
| 44× | div-exp |
| 25× | times-frac |
| 23× | associate-/l* |
| 19× | cbrt-unprod |
| 18× | add-sqr-sqrt add-cube-cbrt unpow-prod-down *-un-lft-identity |
| 17× | pow-to-exp pow-exp |
| 14× | cbrt-undiv |
| 6× | associate-/r* sqr-pow |
| 4× | pow1 frac-2neg clear-num div-inv add-log-exp |
| 2× | unpow2 |
| 75.0ms | (/ (pow v 4) (* t (* (sqrt 2.0) (* (sqrt 1.0) PI)))) |
| 93.0ms | (/ (pow v 4) (* t (* (sqrt 2.0) (* (pow (sqrt 1.0) 3) PI)))) |
| 19.0ms | (/ (* v v) t) |
| 78.0ms | (/ (pow v 2) (* t (* (sqrt 2.0) (* (sqrt 1.0) PI)))) |
| 306.0ms | (/ (pow v 4) (* t (* (sqrt 2.0) (* (sqrt 1.0) PI)))) |
| 470.0ms | (/ (pow v 4) (* t (* (sqrt 2.0) (* (pow (sqrt 1.0) 3) PI)))) |
| 21.0ms | (/ (* v v) t) |
| 319.0ms | (/ (pow v 2) (* t (* (sqrt 2.0) (* (sqrt 1.0) PI)))) |
Useful iterations: done (566.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 266 | 2870 |
| 1 | 759 | 2568 |
| done | 5000 | 2311 |
6 alts after pruning (5 fresh and 1 done)
Merged error: 0.1b
Found 4 expressions with local error:
| 0.2b | (* 5.0 (* v v)) |
| 0.3b | (/ (- 1.0 (* 5.0 (* v v))) (* (* (- (* 1.0 1.0) (pow v 4)) PI) (* t (sqrt (* 2.0 (- (* 1.0 1.0) (* (* 3.0 3.0) (pow v (* 2 2))))))))) |
| 0.4b | (* (* (- (* 1.0 1.0) (pow v 4)) PI) (* t (sqrt (* 2.0 (- (* 1.0 1.0) (* (* 3.0 3.0) (pow v (* 2 2)))))))) |
| 0.4b | (* t (sqrt (* 2.0 (- (* 1.0 1.0) (* (* 3.0 3.0) (pow v (* 2 2))))))) |
| 41× | add-exp-log add-cbrt-cube |
| 32× | associate-*r/ |
| 23× | pow1 |
| 20× | prod-exp cbrt-unprod |
| 16× | associate-*l/ |
| 14× | flip3-- sqrt-div flip-- |
| 12× | add-sqr-sqrt pow-prod-down |
| 9× | add-cube-cbrt *-un-lft-identity |
| 8× | frac-times associate-/r/ |
| 7× | associate-*l* |
| 6× | associate-*r* |
| 5× | cbrt-undiv div-exp |
| 4× | add-log-exp |
| 3× | times-frac *-commutative associate-/l* |
| 2× | associate-/l/ unswap-sqr |
| 1× | frac-2neg div-sub clear-num associate-/r* sqrt-prod div-inv |
| 17.0ms | (* 5.0 (* v v)) |
| 253.0ms | (/ (- 1.0 (* 5.0 (* v v))) (* (* (- (* 1.0 1.0) (pow v 4)) PI) (* t (sqrt (* 2.0 (- (* 1.0 1.0) (* (* 3.0 3.0) (pow v (* 2 2))))))))) |
| 284.0ms | (* (* (- (* 1.0 1.0) (pow v 4)) PI) (* t (sqrt (* 2.0 (- (* 1.0 1.0) (* (* 3.0 3.0) (pow v (* 2 2)))))))) |
| 70.0ms | (* t (sqrt (* 2.0 (- (* 1.0 1.0) (* (* 3.0 3.0) (pow v (* 2 2))))))) |
| 48.0ms | (* 5.0 (* v v)) |
| 645.0ms | (/ (- 1.0 (* 5.0 (* v v))) (* (* (- (* 1.0 1.0) (pow v 4)) PI) (* t (sqrt (* 2.0 (- (* 1.0 1.0) (* (* 3.0 3.0) (pow v (* 2 2))))))))) |
| 295.0ms | (* (* (- (* 1.0 1.0) (pow v 4)) PI) (* t (sqrt (* 2.0 (- (* 1.0 1.0) (* (* 3.0 3.0) (pow v (* 2 2)))))))) |
| 186.0ms | (* t (sqrt (* 2.0 (- (* 1.0 1.0) (* (* 3.0 3.0) (pow v (* 2 2))))))) |
Useful iterations: done (555.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 251 | 4259 |
| 1 | 791 | 3682 |
| done | 5000 | 3116 |
6 alts after pruning (5 fresh and 1 done)
Merged error: 0.0b
Found 4 expressions with local error:
| 0.2b | (* 3.0 (* v v)) |
| 0.2b | (* 5.0 (* v v)) |
| 0.4b | (/ (/ 1 (* (- (* 1.0 1.0) (pow v 4)) PI)) (* t (sqrt (* (- (* 1.0 1.0) (* (pow v 4) (* 3.0 3.0))) 2.0)))) |
| 0.4b | (* t (sqrt (* (- (* 1.0 1.0) (* (pow v 4) (* 3.0 3.0))) 2.0))) |
| 61× | add-exp-log |
| 37× | add-cbrt-cube |
| 22× | div-exp |
| 20× | prod-exp |
| 16× | pow1 add-sqr-sqrt |
| 15× | times-frac |
| 12× | add-cube-cbrt *-un-lft-identity cbrt-unprod |
| 10× | cbrt-undiv |
| 9× | associate-*l* associate-/l* |
| 8× | associate-*l/ |
| 7× | pow-prod-down |
| 6× | associate-*r* associate-/r/ |
| 4× | rec-exp flip3-- sqrt-div 1-exp associate-*r/ flip-- add-log-exp |
| 3× | *-commutative div-inv unswap-sqr |
| 1× | frac-2neg clear-num associate-/r* sqrt-prod associate-/l/ |
| 34.0ms | (* 3.0 (* v v)) |
| 27.0ms | (* 5.0 (* v v)) |
| 87.0ms | (/ (/ 1 (* (- (* 1.0 1.0) (pow v 4)) PI)) (* t (sqrt (* (- (* 1.0 1.0) (* (pow v 4) (* 3.0 3.0))) 2.0)))) |
| 70.0ms | (* t (sqrt (* (- (* 1.0 1.0) (* (pow v 4) (* 3.0 3.0))) 2.0))) |
| 45.0ms | (* 3.0 (* v v)) |
| 40.0ms | (* 5.0 (* v v)) |
| 327.0ms | (/ (/ 1 (* (- (* 1.0 1.0) (pow v 4)) PI)) (* t (sqrt (* (- (* 1.0 1.0) (* (pow v 4) (* 3.0 3.0))) 2.0)))) |
| 219.0ms | (* t (sqrt (* (- (* 1.0 1.0) (* (pow v 4) (* 3.0 3.0))) 2.0))) |
Useful iterations: 2 (658.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 245 | 2861 |
| 1 | 674 | 2633 |
| 2 | 3831 | 2238 |
| done | 5000 | 2238 |
4 alts after pruning (3 fresh and 1 done)
Merged error: 0.0b
0% (0.1b remaining)
Error of 0.1b against oracle of 0.0b and baseline of 0.1b
Useful iterations: 0 (2.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 42 | 68 |
| 1 | 58 | 68 |
| done | 58 | 68 |
| 1.4s | 8000× | body | 80 | valid |
| 1.1s | 7921× | body | 80 | nan |