Time bar (total: 1.9s)
| 5.0ms | 256× | body | 80 | valid |
Useful iterations: 0 (2.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 10 | 3 |
| 1 | 14 | 3 |
| 2 | 17 | 3 |
| 3 | 18 | 3 |
| 4 | 18 | 3 |
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.4b
Found 1 expressions with local error:
| 0.4b | (/ (* x 100.0) (+ x y)) |
| 55× | *-un-lft-identity |
| 48× | times-frac |
| 39× | add-sqr-sqrt |
| 29× | add-cube-cbrt |
| 15× | associate-*r* associate-*l* |
| 13× | distribute-lft-out |
| 12× | associate-/l* |
| 6× | add-exp-log add-cbrt-cube |
| 5× | *-commutative unswap-sqr |
| 4× | associate-/r* |
| 2× | cbrt-undiv div-exp associate-/r/ |
| 1× | pow1 expm1-log1p-u frac-2neg flip3-+ prod-exp clear-num cbrt-unprod flip-+ log1p-expm1-u div-inv add-log-exp |
| 10.0ms | (/ (* x 100.0) (+ x y)) |
| 63.0ms | (/ (* x 100.0) (+ x y)) |
Useful iterations: 1 (15.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 305 | 516 |
| 1 | 1379 | 496 |
| 2 | 5001 | 496 |
4 alts after pruning (4 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 81 | 4 | 85 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 82 | 4 | 86 |
Merged error: 0b
Found 2 expressions with local error:
| 0.0b | (/ 100.0 (+ x y)) |
| 0.2b | (* x (/ 100.0 (+ x y))) |
| 39× | *-un-lft-identity |
| 27× | add-sqr-sqrt |
| 25× | times-frac |
| 22× | add-cube-cbrt |
| 18× | associate-*r* |
| 10× | associate-*r/ |
| 9× | add-exp-log add-cbrt-cube |
| 8× | associate-/r* distribute-lft-out |
| 7× | associate-/l* |
| 4× | pow1 associate-/r/ |
| 3× | associate-*l* clear-num |
| 2× | cbrt-undiv expm1-log1p-u frac-2neg flip3-+ div-exp prod-exp un-div-inv cbrt-unprod flip-+ log1p-expm1-u div-inv add-log-exp unswap-sqr |
| 1× | pow-prod-down *-commutative |
| 6.0ms | (/ 100.0 (+ x y)) |
| 12.0ms | (* x (/ 100.0 (+ x y))) |
| 45.0ms | (/ 100.0 (+ x y)) |
| 62.0ms | (* x (/ 100.0 (+ x y))) |
Useful iterations: 1 (13.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 243 | 368 |
| 1 | 1122 | 339 |
| 2 | 4493 | 339 |
| 3 | 5003 | 339 |
4 alts after pruning (3 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 91 | 0 | 91 |
| Fresh | 0 | 3 | 3 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 91 | 4 | 95 |
Merged error: 0b
Found 2 expressions with local error:
| 0.0b | (/ (+ x y) 100.0) |
| 0.2b | (/ x (/ (+ x y) 100.0)) |
| 108× | times-frac |
| 96× | *-un-lft-identity |
| 62× | add-sqr-sqrt add-cube-cbrt |
| 22× | associate-/r* |
| 17× | distribute-lft-out |
| 12× | associate-/r/ |
| 11× | associate-/l* |
| 9× | add-exp-log add-cbrt-cube |
| 6× | div-inv |
| 4× | cbrt-undiv div-exp associate-/l/ |
| 3× | frac-2neg clear-num |
| 2× | pow1 expm1-log1p-u flip3-+ flip-+ log1p-expm1-u add-log-exp |
| 6.0ms | (/ (+ x y) 100.0) |
| 10.0ms | (/ x (/ (+ x y) 100.0)) |
| 31.0ms | (/ (+ x y) 100.0) |
| 63.0ms | (/ x (/ (+ x y) 100.0)) |
Useful iterations: 2 (57.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 411 | 838 |
| 1 | 1722 | 804 |
| 2 | 5001 | 803 |
4 alts after pruning (2 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 136 | 0 | 136 |
| Fresh | 0 | 2 | 2 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 1 | 1 |
| Total | 136 | 4 | 140 |
Merged error: 0b
Found 2 expressions with local error:
| 0.0b | (/ (sqrt 100.0) (+ x y)) |
| 0.3b | (* (* x (sqrt 100.0)) (/ (sqrt 100.0) (+ x y))) |
| 75× | add-sqr-sqrt |
| 70× | *-un-lft-identity |
| 54× | times-frac |
| 41× | add-cube-cbrt |
| 40× | sqrt-prod |
| 36× | associate-*r* |
| 19× | associate-*l* |
| 17× | unswap-sqr |
| 16× | add-exp-log add-cbrt-cube |
| 14× | distribute-lft-out |
| 13× | associate-*r/ associate-/l* |
| 8× | associate-/r* |
| 7× | pow1 |
| 6× | prod-exp cbrt-unprod |
| 4× | associate-/r/ |
| 3× | cbrt-undiv div-exp pow-prod-down clear-num |
| 2× | expm1-log1p-u frac-2neg flip3-+ un-div-inv *-commutative flip-+ log1p-expm1-u div-inv add-log-exp |
| 7.0ms | (/ (sqrt 100.0) (+ x y)) |
| 25.0ms | (* (* x (sqrt 100.0)) (/ (sqrt 100.0) (+ x y))) |
| 95.0ms | (/ (sqrt 100.0) (+ x y)) |
| 167.0ms | (* (* x (sqrt 100.0)) (/ (sqrt 100.0) (+ x y))) |
Useful iterations: 2 (69.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 435 | 997 |
| 1 | 2218 | 906 |
| 2 | 5002 | 892 |
4 alts after pruning (1 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 146 | 0 | 146 |
| Fresh | 0 | 1 | 1 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 2 | 2 |
| Total | 146 | 4 | 150 |
Merged error: 0b
0% (0.2b remaining)
Error of 0.2b against oracle of 0.0b and baseline of 0.2b
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 8 | 3 |
| 1 | 8 | 3 |
| 162.0ms | 8000× | body | 80 | valid |