Time bar (total: 3.0s)
| 12.0ms | 317× | body | 80 | valid |
Useful iterations: 4 (16.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 25 | 8 |
| 1 | 50 | 8 |
| 2 | 106 | 8 |
| 3 | 208 | 8 |
| 4 | 322 | 6 |
| 5 | 520 | 6 |
| 6 | 1439 | 6 |
| 7 | 5002 | 6 |
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: 9.8b
Found 3 expressions with local error:
| 0.0b | (* (* z 2.0) (- 1.0 t)) |
| 0.0b | (+ (/ x y) (/ (+ 2.0 (* (* z 2.0) (- 1.0 t))) (* t z))) |
| 9.9b | (/ (+ 2.0 (* (* z 2.0) (- 1.0 t))) (* t z)) |
| 29× | *-un-lft-identity |
| 27× | add-sqr-sqrt |
| 25× | add-cube-cbrt |
| 18× | prod-diff |
| 13× | add-exp-log fma-def add-cbrt-cube |
| 12× | times-frac |
| 11× | distribute-rgt-in distribute-lft-in |
| 8× | pow1 |
| 5× | associate-*r* add-log-exp |
| 4× | prod-exp cbrt-unprod |
| 3× | expm1-log1p-u pow-prod-down log1p-expm1-u associate-/l* |
| 2× | cbrt-undiv sub-neg flip3-+ associate-*r/ div-exp flip-+ div-inv associate-/l/ |
| 1× | +-commutative flip3-- frac-2neg associate-*l* frac-add clear-num associate-/r* sum-log *-commutative flip-- distribute-lft-out distribute-lft-out-- difference-of-squares |
| 14.0ms | (* (* z 2.0) (- 1.0 t)) |
| 13.0ms | (+ (/ x y) (/ (+ 2.0 (* (* z 2.0) (- 1.0 t))) (* t z))) |
| 7.0ms | (/ (+ 2.0 (* (* z 2.0) (- 1.0 t))) (* t z)) |
| 47.0ms | (* (* z 2.0) (- 1.0 t)) |
| 56.0ms | (+ (/ x y) (/ (+ 2.0 (* (* z 2.0) (- 1.0 t))) (* t z))) |
| 66.0ms | (/ (+ 2.0 (* (* z 2.0) (- 1.0 t))) (* t z)) |
Useful iterations: 2 (71.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 553 | 869 |
| 1 | 2416 | 670 |
| 2 | 5001 | 668 |
5 alts after pruning (5 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 104 | 4 | 108 |
| Fresh | 0 | 1 | 1 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 105 | 5 | 110 |
Merged error: 0.0b
Found 3 expressions with local error:
| 0.0b | (+ (/ x y) (fma 2.0 (/ 1 (* t z)) (- (* 2.0 (/ 1 t)) 2.0))) |
| 0.0b | (fma 2.0 (/ 1 (* t z)) (- (* 2.0 (/ 1 t)) 2.0)) |
| 0.6b | (/ 1 (* t z)) |
| 14× | add-exp-log *-un-lft-identity |
| 13× | fma-def |
| 12× | add-sqr-sqrt add-cube-cbrt times-frac |
| 8× | add-cbrt-cube |
| 6× | pow1 |
| 5× | add-log-exp |
| 4× | div-exp |
| 3× | expm1-log1p-u prod-exp log1p-expm1-u associate-/l* |
| 2× | cbrt-undiv rec-exp pow-flip 1-exp fma-udef div-inv |
| 1× | +-commutative associate-+r+ frac-2neg flip3-+ pow-prod-down clear-num associate-/r* sum-log cbrt-unprod flip-+ distribute-lft-out inv-pow |
| 8.0ms | (+ (/ x y) (fma 2.0 (/ 1 (* t z)) (- (* 2.0 (/ 1 t)) 2.0))) |
| 1.0ms | (fma 2.0 (/ 1 (* t z)) (- (* 2.0 (/ 1 t)) 2.0)) |
| 6.0ms | (/ 1 (* t z)) |
| 67.0ms | (+ (/ x y) (fma 2.0 (/ 1 (* t z)) (- (* 2.0 (/ 1 t)) 2.0))) |
| 37.0ms | (fma 2.0 (/ 1 (* t z)) (- (* 2.0 (/ 1 t)) 2.0)) |
| 19.0ms | (/ 1 (* t z)) |
Useful iterations: 3 (102.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 227 | 393 |
| 1 | 815 | 355 |
| 2 | 3966 | 341 |
| 3 | 5001 | 339 |
5 alts after pruning (4 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 76 | 1 | 77 |
| Fresh | 1 | 3 | 4 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 77 | 5 | 82 |
Merged error: 0.0b
Found 2 expressions with local error:
| 0.2b | (fma (/ (fma z (- 1.0 t) 1) z) (/ 2.0 t) (/ x y)) |
| 9.2b | (/ (fma z (- 1.0 t) 1) z) |
| 10× | add-sqr-sqrt add-cube-cbrt *-un-lft-identity |
| 9× | times-frac |
| 4× | add-exp-log add-cbrt-cube |
| 3× | associate-/r* associate-/l* |
| 2× | pow1 expm1-log1p-u log1p-expm1-u add-log-exp |
| 1× | cbrt-undiv frac-2neg div-exp clear-num fma-udef div-inv |
| 1.0ms | (fma (/ (fma z (- 1.0 t) 1) z) (/ 2.0 t) (/ x y)) |
| 4.0ms | (/ (fma z (- 1.0 t) 1) z) |
| 96.0ms | (fma (/ (fma z (- 1.0 t) 1) z) (/ 2.0 t) (/ x y)) |
| 33.0ms | (/ (fma z (- 1.0 t) 1) z) |
Useful iterations: 3 (49.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 142 | 296 |
| 1 | 371 | 268 |
| 2 | 1311 | 266 |
| 3 | 5001 | 265 |
5 alts after pruning (3 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 45 | 0 | 45 |
| Fresh | 0 | 3 | 3 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 1 | 1 |
| Total | 45 | 5 | 50 |
Merged error: 0.0b
Found 4 expressions with local error:
| 3.0b | (* y (* t z)) |
| 4.2b | (* x (* t z)) |
| 4.8b | (fma y (fma z (* 2.0 (- 1.0 t)) 2.0) (* x (* t z))) |
| 23.7b | (/ (fma y (fma z (* 2.0 (- 1.0 t)) 2.0) (* x (* t z))) (* y (* t z))) |
| 23× | add-exp-log add-cbrt-cube |
| 14× | pow1 |
| 9× | prod-exp cbrt-unprod |
| 8× | add-sqr-sqrt add-cube-cbrt *-un-lft-identity |
| 6× | associate-*l* pow-prod-down |
| 4× | expm1-log1p-u log1p-expm1-u add-log-exp |
| 3× | cbrt-undiv times-frac div-exp associate-/l* |
| 2× | associate-*r* *-commutative |
| 1× | frac-2neg clear-num associate-/r* fma-udef div-inv |
| 5.0ms | (* y (* t z)) |
| 5.0ms | (* x (* t z)) |
| 1.0ms | (fma y (fma z (* 2.0 (- 1.0 t)) 2.0) (* x (* t z))) |
| 6.0ms | (/ (fma y (fma z (* 2.0 (- 1.0 t)) 2.0) (* x (* t z))) (* y (* t z))) |
| 26.0ms | (* y (* t z)) |
| 27.0ms | (* x (* t z)) |
| 79.0ms | (fma y (fma z (* 2.0 (- 1.0 t)) 2.0) (* x (* t z))) |
| 161.0ms | (/ (fma y (fma z (* 2.0 (- 1.0 t)) 2.0) (* x (* t z))) (* y (* t z))) |
Useful iterations: 2 (46.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 307 | 616 |
| 1 | 1289 | 491 |
| 2 | 5001 | 488 |
6 alts after pruning (3 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 86 | 1 | 87 |
| Fresh | 0 | 2 | 2 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 2 | 2 |
| Total | 86 | 6 | 92 |
Merged error: 0b
0% (0.1b remaining)
Error of 0.1b against oracle of 0.0b and baseline of 0.1b
Useful iterations: 0 (1.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 19 | 8 |
| 1 | 19 | 8 |
| 421.0ms | 10523× | body | 80 | valid |