Time bar (total: 10.0s)
| 31.0ms | 593× | body | 80 | nan |
| 28.0ms | 563× | body | 80 | valid |
Useful iterations: 0 (1.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 25 | 9 |
| 1 | 41 | 9 |
| 2 | 88 | 9 |
| 3 | 165 | 9 |
| 4 | 287 | 9 |
| 5 | 625 | 9 |
| 6 | 2014 | 9 |
| 7 | 5002 | 9 |
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: 0.3b
Found 4 expressions with local error:
| 0.0b | (/ (* t t) 2.0) |
| 0.0b | (* (* (- (* x 0.5) y) (sqrt (* z 2.0))) (exp (/ (* t t) 2.0))) |
| 0.0b | (exp (/ (* t t) 2.0)) |
| 0.2b | (* (- (* x 0.5) y) (sqrt (* z 2.0))) |
| 16× | add-cbrt-cube |
| 14× | add-exp-log |
| 13× | add-sqr-sqrt |
| 11× | pow1 add-cube-cbrt *-un-lft-identity |
| 7× | exp-prod associate-*r* |
| 6× | times-frac associate-*l/ |
| 5× | prod-exp cbrt-unprod add-log-exp |
| 4× | associate-*l* pow-prod-down |
| 3× | associate-/r* |
| 2× | cbrt-undiv flip3-- div-exp *-commutative flip-- div-inv |
| 1× | frac-2neg clear-num sqrt-prod rem-exp-log associate-/l* unswap-sqr |
| 4.0ms | (/ (* t t) 2.0) |
| 11.0ms | (* (* (- (* x 0.5) y) (sqrt (* z 2.0))) (exp (/ (* t t) 2.0))) |
| 2.0ms | (exp (/ (* t t) 2.0)) |
| 8.0ms | (* (- (* x 0.5) y) (sqrt (* z 2.0))) |
| 32.0ms | (/ (* t t) 2.0) |
| 188.0ms | (* (* (- (* x 0.5) y) (sqrt (* z 2.0))) (exp (/ (* t t) 2.0))) |
| 21.0ms | (exp (/ (* t t) 2.0)) |
| 146.0ms | (* (- (* x 0.5) y) (sqrt (* z 2.0))) |
Useful iterations: 1 (11.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 413 | 610 |
| 1 | 1743 | 532 |
| 2 | 5002 | 532 |
9 alts after pruning (9 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 80 | 9 | 89 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 81 | 9 | 90 |
Merged error: 0.0b
Found 3 expressions with local error:
| 0.0b | (* (* (- (* x 0.5) y) (sqrt (* z 2.0))) (pow (exp t) (/ t 2.0))) |
| 0.0b | (pow (exp t) (/ t 2.0)) |
| 0.2b | (* (- (* x 0.5) y) (sqrt (* z 2.0))) |
| 18× | add-sqr-sqrt |
| 16× | add-exp-log add-cube-cbrt *-un-lft-identity |
| 13× | pow-unpow |
| 11× | associate-*r* |
| 10× | prod-exp add-cbrt-cube |
| 9× | times-frac |
| 6× | pow1 unpow-prod-down associate-*l/ |
| 4× | pow-pow associate-*l* cbrt-unprod |
| 3× | pow-to-exp exp-prod pow-exp add-log-exp |
| 2× | flip3-- *-commutative flip-- sqr-pow |
| 1× | pow-prod-down sqrt-prod div-inv unswap-sqr |
| 10.0ms | (* (* (- (* x 0.5) y) (sqrt (* z 2.0))) (pow (exp t) (/ t 2.0))) |
| 4.0ms | (pow (exp t) (/ t 2.0)) |
| 8.0ms | (* (- (* x 0.5) y) (sqrt (* z 2.0))) |
| 213.0ms | (* (* (- (* x 0.5) y) (sqrt (* z 2.0))) (pow (exp t) (/ t 2.0))) |
| 54.0ms | (pow (exp t) (/ t 2.0)) |
| 126.0ms | (* (- (* x 0.5) y) (sqrt (* z 2.0))) |
Useful iterations: 1 (11.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 465 | 659 |
| 1 | 1969 | 601 |
| 2 | 5001 | 601 |
9 alts after pruning (9 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 85 | 1 | 86 |
| Fresh | 0 | 8 | 8 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 86 | 9 | 95 |
Merged error: 0.0b
Found 4 expressions with local error:
| 0.0b | (cbrt (pow (exp t) (/ t 2.0))) |
| 0.0b | (* (* (- (* x 0.5) y) (sqrt (* z 2.0))) (* (cbrt (pow (exp t) (/ t 2.0))) (cbrt (pow (exp t) (/ t 2.0))))) |
| 0.0b | (* (cbrt (pow (exp t) (/ t 2.0))) (cbrt (pow (exp t) (/ t 2.0)))) |
| 0.2b | (* (- (* x 0.5) y) (sqrt (* z 2.0))) |
| 59× | cbrt-prod |
| 46× | add-sqr-sqrt |
| 25× | pow1 |
| 23× | unpow-prod-down |
| 20× | add-exp-log add-cube-cbrt *-un-lft-identity |
| 17× | unswap-sqr |
| 15× | associate-*r* |
| 14× | associate-*l* add-cbrt-cube |
| 13× | sqr-pow |
| 11× | pow-prod-down |
| 10× | swap-sqr prod-exp cbrt-unprod |
| 7× | pow1/3 |
| 6× | associate-*l/ |
| 4× | add-log-exp |
| 3× | *-commutative |
| 2× | flip3-- pow-sqr pow-prod-up flip-- |
| 1× | pow2 pow-plus sqrt-prod |
| 2.0ms | (cbrt (pow (exp t) (/ t 2.0))) |
| 15.0ms | (* (* (- (* x 0.5) y) (sqrt (* z 2.0))) (* (cbrt (pow (exp t) (/ t 2.0))) (cbrt (pow (exp t) (/ t 2.0))))) |
| 10.0ms | (* (cbrt (pow (exp t) (/ t 2.0))) (cbrt (pow (exp t) (/ t 2.0)))) |
| 8.0ms | (* (- (* x 0.5) y) (sqrt (* z 2.0))) |
| 213.0ms | (cbrt (pow (exp t) (/ t 2.0))) |
| 343.0ms | (* (* (- (* x 0.5) y) (sqrt (* z 2.0))) (* (cbrt (pow (exp t) (/ t 2.0))) (cbrt (pow (exp t) (/ t 2.0))))) |
| 236.0ms | (* (cbrt (pow (exp t) (/ t 2.0))) (cbrt (pow (exp t) (/ t 2.0)))) |
| 133.0ms | (* (- (* x 0.5) y) (sqrt (* z 2.0))) |
Useful iterations: 2 (55.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 460 | 1658 |
| 1 | 1887 | 1497 |
| 2 | 5002 | 1414 |
9 alts after pruning (9 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 135 | 1 | 136 |
| Fresh | 0 | 8 | 8 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 136 | 9 | 145 |
Merged error: 0.0b
Found 4 expressions with local error:
| 0.0b | (* (* (- (* x 0.5) y) (sqrt (* z 2.0))) (* (* (cbrt (pow (exp t) (/ t 2.0))) (cbrt (sqrt (pow (exp t) (/ t 2.0))))) (cbrt (sqrt (pow (exp t) (/ t 2.0)))))) |
| 0.0b | (cbrt (pow (exp t) (/ t 2.0))) |
| 0.0b | (cbrt (pow (exp t) (/ t 2.0))) |
| 0.2b | (* (- (* x 0.5) y) (sqrt (* z 2.0))) |
| 27× | pow1 add-exp-log |
| 19× | add-cbrt-cube |
| 16× | pow-prod-down prod-exp cbrt-unprod |
| 14× | cbrt-prod |
| 12× | add-sqr-sqrt |
| 10× | add-cube-cbrt *-un-lft-identity |
| 6× | unpow-prod-down associate-*l/ |
| 5× | associate-*r* |
| 4× | associate-*l* add-log-exp |
| 2× | flip3-- pow1/3 *-commutative flip-- sqr-pow |
| 1× | sqrt-prod unswap-sqr |
| 22.0ms | (* (* (- (* x 0.5) y) (sqrt (* z 2.0))) (* (* (cbrt (pow (exp t) (/ t 2.0))) (cbrt (sqrt (pow (exp t) (/ t 2.0))))) (cbrt (sqrt (pow (exp t) (/ t 2.0)))))) |
| 2.0ms | (cbrt (pow (exp t) (/ t 2.0))) |
| 2.0ms | (cbrt (pow (exp t) (/ t 2.0))) |
| 8.0ms | (* (- (* x 0.5) y) (sqrt (* z 2.0))) |
| 351.0ms | (* (* (- (* x 0.5) y) (sqrt (* z 2.0))) (* (* (cbrt (pow (exp t) (/ t 2.0))) (cbrt (sqrt (pow (exp t) (/ t 2.0))))) (cbrt (sqrt (pow (exp t) (/ t 2.0)))))) |
| 213.0ms | (cbrt (pow (exp t) (/ t 2.0))) |
| 217.0ms | (cbrt (pow (exp t) (/ t 2.0))) |
| 139.0ms | (* (- (* x 0.5) y) (sqrt (* z 2.0))) |
Useful iterations: 2 (52.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 438 | 1347 |
| 1 | 1798 | 1082 |
| 2 | 5002 | 1062 |
9 alts after pruning (8 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 93 | 0 | 93 |
| Fresh | 0 | 8 | 8 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 93 | 9 | 102 |
Merged error: 0.0b
0% (0.3b remaining)
Error of 0.3b against oracle of 0.1b and baseline of 0.3b
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 28 | 27 |
| 1 | 28 | 27 |
| 940.0ms | 18144× | body | 80 | valid |
| 920.0ms | 18195× | body | 80 | nan |
Loading profile data...