Time bar (total: 5.2s)
| 25.0ms | 277× | body | 80 | valid |
| 13.0ms | 33× | body | 640 | valid |
| 12.0ms | 26× | body | 1280 | valid |
| 8.0ms | 15× | body | 320 | valid |
| 1.0ms | 9× | body | 160 | valid |
Useful iterations: 0 (63.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 4845 | 16 |
| 1 | 4845 | 16 |
2 alts after pruning (2 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 0 | 1 | 1 |
| Fresh | 0 | 1 | 1 |
| Picked | 0 | 0 | 0 |
| Done | 0 | 0 | 0 |
| Total | 0 | 2 | 2 |
Merged error: 24.2b
Found 4 expressions with local error:
| 0.9b | (/ (cos (* 2.0 x)) (* x (* x (* (pow c 2.0) (pow s 2.0))))) |
| 3.7b | (* x (* x (* (pow c 2.0) (pow s 2.0)))) |
| 8.8b | (* x (* (pow c 2.0) (pow s 2.0))) |
| 15.3b | (* (pow c 2.0) (pow s 2.0)) |
| 122× | add-exp-log |
| 88× | prod-exp |
| 34× | add-cbrt-cube |
| 24× | add-sqr-sqrt pow-to-exp pow-exp |
| 16× | cbrt-unprod |
| 13× | associate-*l* |
| 12× | add-cube-cbrt unpow-prod-down *-un-lft-identity div-exp |
| 11× | pow1 |
| 9× | associate-*r* unswap-sqr |
| 8× | sqr-pow |
| 5× | pow-prod-down |
| 4× | cbrt-undiv add-log-exp |
| 3× | times-frac *-commutative associate-/l* |
| 1× | frac-2neg clear-num associate-/r* div-inv |
| 11.0ms | (/ (cos (* 2.0 x)) (* x (* x (* (pow c 2.0) (pow s 2.0))))) |
| 12.0ms | (* x (* x (* (pow c 2.0) (pow s 2.0)))) |
| 7.0ms | (* x (* (pow c 2.0) (pow s 2.0))) |
| 7.0ms | (* (pow c 2.0) (pow s 2.0)) |
| 80.0ms | (/ (cos (* 2.0 x)) (* x (* x (* (pow c 2.0) (pow s 2.0))))) |
| 59.0ms | (* x (* x (* (pow c 2.0) (pow s 2.0)))) |
| 56.0ms | (* x (* (pow c 2.0) (pow s 2.0))) |
| 58.0ms | (* (pow c 2.0) (pow s 2.0)) |
Useful iterations: 0 (45.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 4991 | 1811 |
| 1 | 4991 | 1811 |
11 alts after pruning (11 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 130 | 10 | 140 |
| Fresh | 0 | 1 | 1 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 131 | 11 | 142 |
Merged error: 9.1b
Found 4 expressions with local error:
| 0.2b | (pow (* c s) 2.0) |
| 0.9b | (/ (cos (* 2.0 x)) (* x (* x (pow (* c s) 2.0)))) |
| 3.7b | (* x (* x (pow (* c s) 2.0))) |
| 8.8b | (* x (pow (* c s) 2.0)) |
| 50× | add-exp-log |
| 26× | prod-exp |
| 20× | add-cbrt-cube |
| 13× | add-sqr-sqrt |
| 10× | add-cube-cbrt *-un-lft-identity |
| 9× | pow1 |
| 8× | pow-exp |
| 7× | cbrt-unprod |
| 6× | div-exp associate-*r* associate-*l* |
| 4× | pow-to-exp add-log-exp |
| 3× | cbrt-undiv pow-unpow times-frac associate-/l* sqr-pow |
| 2× | unpow-prod-down pow-pow pow-prod-down *-commutative unswap-sqr |
| 1× | frac-2neg clear-num associate-/r* div-inv |
| 4.0ms | (pow (* c s) 2.0) |
| 7.0ms | (/ (cos (* 2.0 x)) (* x (* x (pow (* c s) 2.0)))) |
| 5.0ms | (* x (* x (pow (* c s) 2.0))) |
| 5.0ms | (* x (pow (* c s) 2.0)) |
| 14.0ms | (pow (* c s) 2.0) |
| 69.0ms | (/ (cos (* 2.0 x)) (* x (* x (pow (* c s) 2.0)))) |
| 54.0ms | (* x (* x (pow (* c s) 2.0))) |
| 49.0ms | (* x (pow (* c s) 2.0)) |
Useful iterations: 0 (42.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 4953 | 1115 |
| 1 | 4953 | 1115 |
15 alts after pruning (15 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 89 | 9 | 98 |
| Fresh | 4 | 6 | 10 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 94 | 15 | 109 |
Merged error: 3.1b
Found 4 expressions with local error:
| 0.2b | (* (* x (pow (* c s) (* 1/2 2.0))) (pow (* c s) (/ 2.0 2))) |
| 0.9b | (/ (cos (* 2.0 x)) (* x (* (* x (pow (* c s) (* 1/2 2.0))) (pow (* c s) (/ 2.0 2))))) |
| 3.5b | (* x (pow (* c s) (* 1/2 2.0))) |
| 3.7b | (* x (* (* x (pow (* c s) (* 1/2 2.0))) (pow (* c s) (/ 2.0 2)))) |
| 247× | add-exp-log |
| 182× | prod-exp |
| 56× | pow-exp |
| 34× | add-cbrt-cube |
| 28× | pow-to-exp |
| 22× | div-exp |
| 16× | cbrt-unprod |
| 13× | add-sqr-sqrt |
| 11× | associate-*r* |
| 10× | add-cube-cbrt *-un-lft-identity |
| 7× | associate-*l* |
| 6× | pow1 |
| 4× | cbrt-undiv add-log-exp |
| 3× | times-frac *-commutative associate-/l* sqr-pow |
| 2× | unpow-prod-down unswap-sqr |
| 1× | frac-2neg pow-prod-down clear-num associate-/r* div-inv |
| 8.0ms | (* (* x (pow (* c s) (* 1/2 2.0))) (pow (* c s) (/ 2.0 2))) |
| 12.0ms | (/ (cos (* 2.0 x)) (* x (* (* x (pow (* c s) (* 1/2 2.0))) (pow (* c s) (/ 2.0 2))))) |
| 5.0ms | (* x (pow (* c s) (* 1/2 2.0))) |
| 10.0ms | (* x (* (* x (pow (* c s) (* 1/2 2.0))) (pow (* c s) (/ 2.0 2)))) |
| 48.0ms | (* (* x (pow (* c s) (* 1/2 2.0))) (pow (* c s) (/ 2.0 2))) |
| 70.0ms | (/ (cos (* 2.0 x)) (* x (* (* x (pow (* c s) (* 1/2 2.0))) (pow (* c s) (/ 2.0 2))))) |
| 47.0ms | (* x (pow (* c s) (* 1/2 2.0))) |
| 58.0ms | (* x (* (* x (pow (* c s) (* 1/2 2.0))) (pow (* c s) (/ 2.0 2)))) |
Useful iterations: 0 (35.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 5660 | 1843 |
16 alts after pruning (15 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 147 | 4 | 151 |
| Fresh | 3 | 11 | 14 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 150 | 16 | 166 |
Merged error: 1.6b
Found 4 expressions with local error:
| 0.2b | (/ (cos (* x 2.0)) x) |
| 0.2b | (* (* x (pow (* c s) (* 1/2 2.0))) (pow (* c s) (/ 2.0 2))) |
| 3.5b | (* x (pow (* c s) (* 1/2 2.0))) |
| 3.8b | (/ (/ (cos (* x 2.0)) x) (* (* x (pow (* c s) (* 1/2 2.0))) (pow (* c s) (/ 2.0 2)))) |
| 247× | add-exp-log |
| 140× | prod-exp |
| 64× | div-exp |
| 56× | pow-exp |
| 40× | times-frac |
| 34× | add-cbrt-cube |
| 32× | add-sqr-sqrt |
| 29× | add-cube-cbrt *-un-lft-identity |
| 28× | pow-to-exp |
| 16× | associate-/l* |
| 10× | cbrt-undiv associate-*r* cbrt-unprod |
| 4× | pow1 associate-*l* associate-/r* div-inv add-log-exp |
| 3× | sqr-pow |
| 2× | unpow-prod-down frac-2neg clear-num *-commutative unswap-sqr |
| 1× | associate-/l/ |
| 4.0ms | (/ (cos (* x 2.0)) x) |
| 8.0ms | (* (* x (pow (* c s) (* 1/2 2.0))) (pow (* c s) (/ 2.0 2))) |
| 5.0ms | (* x (pow (* c s) (* 1/2 2.0))) |
| 14.0ms | (/ (/ (cos (* x 2.0)) x) (* (* x (pow (* c s) (* 1/2 2.0))) (pow (* c s) (/ 2.0 2)))) |
| 4.0ms | (/ (cos (* x 2.0)) x) |
| 47.0ms | (* (* x (pow (* c s) (* 1/2 2.0))) (pow (* c s) (/ 2.0 2))) |
| 51.0ms | (* x (pow (* c s) (* 1/2 2.0))) |
| 69.0ms | (/ (/ (cos (* x 2.0)) x) (* (* x (pow (* c s) (* 1/2 2.0))) (pow (* c s) (/ 2.0 2)))) |
Useful iterations: 0 (49.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 4963 | 2564 |
| 1 | 4963 | 2564 |
16 alts after pruning (15 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 176 | 8 | 184 |
| Fresh | 7 | 7 | 14 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 1 | 1 |
| Total | 184 | 16 | 200 |
Merged error: 1.5b
0% (0.7b remaining)
Error of 2.7b against oracle of 2.1b and baseline of 2.7b
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 21 | 26 |
| 1 | 21 | 26 |
| 801.0ms | 9003× | body | 80 | valid |
| 426.0ms | 817× | body | 1280 | valid |
| 340.0ms | 921× | body | 640 | valid |
| 152.0ms | 564× | body | 320 | valid |
| 58.0ms | 327× | body | 160 | valid |
Loading profile data...