Time bar (total: 4.8s)
| 6.0ms | 59× | body | 1280 | valid |
| 4.0ms | 45× | body | 640 | valid |
| 3.0ms | 134× | body | 80 | valid |
| 1.0ms | 13× | body | 320 | valid |
| 0.0ms | 5× | body | 160 | valid |
Useful iterations: 0 (2.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 12 | 6 |
| 1 | 16 | 6 |
| 2 | 19 | 6 |
| 3 | 21 | 6 |
| 4 | 27 | 6 |
| 5 | 39 | 6 |
| 6 | 58 | 6 |
| 7 | 79 | 6 |
| 8 | 107 | 6 |
| 9 | 160 | 6 |
| 10 | 277 | 6 |
| 11 | 303 | 6 |
| 12 | 303 | 6 |
1 alts after pruning (1 fresh and 0 done)
Merged error: 28.5b
Found 3 expressions with local error:
| 0.0b | (/ x (+ x 1.0)) |
| 0.0b | (/ (+ x 1.0) (- x 1.0)) |
| 1.3b | (- (/ x (+ x 1.0)) (/ (+ x 1.0) (- x 1.0))) |
| 981× | *-un-lft-identity |
| 736× | times-frac |
| 585× | add-sqr-sqrt |
| 468× | prod-diff |
| 419× | add-cube-cbrt |
| 189× | distribute-lft-out |
| 94× | associate-/r/ |
| 90× | distribute-lft-out-- |
| 81× | difference-of-squares |
| 47× | div-inv |
| 29× | flip3-+ flip-+ |
| 20× | flip3-- flip-- |
| 18× | fma-neg |
| 9× | associate-/r* |
| 7× | add-exp-log add-cbrt-cube associate-/l* |
| 5× | add-log-exp |
| 3× | pow1 expm1-log1p-u log1p-expm1-u |
| 2× | cbrt-undiv frac-2neg div-exp clear-num associate-/l/ |
| 1× | sub-neg diff-log frac-sub |
| 7.0ms | (/ x (+ x 1.0)) |
| 11.0ms | (/ (+ x 1.0) (- x 1.0)) |
| 78.0ms | (- (/ x (+ x 1.0)) (/ (+ x 1.0) (- x 1.0))) |
| 33.0ms | (/ x (+ x 1.0)) |
| 42.0ms | (/ (+ x 1.0) (- x 1.0)) |
| 135.0ms | (- (/ x (+ x 1.0)) (/ (+ x 1.0) (- x 1.0))) |
Useful iterations: 2 (80.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1208 | 18366 |
| 1 | 3687 | 13388 |
| 2 | 5001 | 13292 |
4 alts after pruning (4 fresh and 0 done)
Merged error: 0.2b
Found 4 expressions with local error:
| 0.2b | (cbrt (+ x 1.0)) |
| 15.4b | (/ (+ x 1.0) (- (* x x) (* 1.0 1.0))) |
| 15.4b | (/ (+ x 1.0) (- (* x x) (* 1.0 1.0))) |
| 28.8b | (fma (/ 1 (* (cbrt (+ x 1.0)) (cbrt (+ x 1.0)))) (/ x (cbrt (+ x 1.0))) (- (* (+ x 1.0) (/ (+ x 1.0) (- (* x x) (* 1.0 1.0)))))) |
| 47× | *-un-lft-identity |
| 32× | times-frac |
| 25× | add-sqr-sqrt add-cube-cbrt |
| 11× | distribute-lft-out |
| 10× | difference-of-squares |
| 8× | add-exp-log associate-/r* add-cbrt-cube associate-/l* |
| 4× | pow1 cbrt-prod expm1-log1p-u associate-/r/ log1p-expm1-u associate-/l/ add-log-exp |
| 3× | flip3-+ flip-+ |
| 2× | cbrt-undiv cbrt-div flip3-- frac-2neg div-exp clear-num flip-- div-inv |
| 1× | pow1/3 fma-udef |
| 2.0ms | (cbrt (+ x 1.0)) |
| 11.0ms | (/ (+ x 1.0) (- (* x x) (* 1.0 1.0))) |
| 11.0ms | (/ (+ x 1.0) (- (* x x) (* 1.0 1.0))) |
| 0.0ms | (fma (/ 1 (* (cbrt (+ x 1.0)) (cbrt (+ x 1.0)))) (/ x (cbrt (+ x 1.0))) (- (* (+ x 1.0) (/ (+ x 1.0) (- (* x x) (* 1.0 1.0)))))) |
| 92.0ms | (cbrt (+ x 1.0)) |
| 43.0ms | (/ (+ x 1.0) (- (* x x) (* 1.0 1.0))) |
| 36.0ms | (/ (+ x 1.0) (- (* x x) (* 1.0 1.0))) |
| 330.0ms | (fma (/ 1 (* (cbrt (+ x 1.0)) (cbrt (+ x 1.0)))) (/ x (cbrt (+ x 1.0))) (- (* (+ x 1.0) (/ (+ x 1.0) (- (* x x) (* 1.0 1.0)))))) |
Useful iterations: 2 (46.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 485 | 1187 |
| 1 | 1819 | 1079 |
| 2 | 5002 | 1023 |
5 alts after pruning (4 fresh and 1 done)
Merged error: 0.0b
Found 4 expressions with local error:
| 0.6b | (cbrt x) |
| 0.6b | (cbrt x) |
| 0.6b | (cbrt x) |
| 28.9b | (fma (/ (* (cbrt x) (cbrt x)) 1) (/ (cbrt x) (+ x 1.0)) (- (/ (+ x 1.0) (- x 1.0)))) |
| 9× | cbrt-prod |
| 7× | add-sqr-sqrt add-cube-cbrt *-un-lft-identity |
| 4× | pow1 add-exp-log expm1-log1p-u add-cbrt-cube log1p-expm1-u add-log-exp |
| 3× | pow1/3 |
| 1× | fma-udef |
| 0.0ms | (cbrt x) |
| 0.0ms | (cbrt x) |
| 1.0ms | (cbrt x) |
| 0.0ms | (fma (/ (* (cbrt x) (cbrt x)) 1) (/ (cbrt x) (+ x 1.0)) (- (/ (+ x 1.0) (- x 1.0)))) |
| 181.0ms | (cbrt x) |
| 187.0ms | (cbrt x) |
| 182.0ms | (cbrt x) |
| 139.0ms | (fma (/ (* (cbrt x) (cbrt x)) 1) (/ (cbrt x) (+ x 1.0)) (- (/ (+ x 1.0) (- x 1.0)))) |
Useful iterations: 3 (48.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 123 | 312 |
| 1 | 340 | 272 |
| 2 | 1569 | 258 |
| 3 | 5002 | 253 |
5 alts after pruning (3 fresh and 2 done)
Merged error: 0.0b
Found 4 expressions with local error:
| 0.0b | (fma (pow (pow 1.0 2) 1/3) x (- (fma 2.0 (pow x 2) (fma 2.0 x 1.0)) (* 1.0 (* (pow x 2) (pow (pow 1.0 2) 1/3))))) |
| 0.0b | (fma 2.0 (pow x 2) (fma 2.0 x 1.0)) |
| 13.2b | (- (fma 2.0 (pow x 2) (fma 2.0 x 1.0)) (* 1.0 (* (pow x 2) (pow (pow 1.0 2) 1/3)))) |
| 15.4b | (/ (+ x 1.0) (- (* x x) (* 1.0 1.0))) |
| 26× | *-un-lft-identity |
| 16× | add-sqr-sqrt add-cube-cbrt times-frac |
| 6× | add-exp-log add-cbrt-cube add-log-exp |
| 5× | distribute-lft-out difference-of-squares |
| 4× | pow1 expm1-log1p-u associate-/r* log1p-expm1-u associate-/l* |
| 3× | fma-neg prod-diff fma-udef |
| 2× | flip3-- associate-/r/ flip-- associate-/l/ |
| 1× | cbrt-undiv sub-neg frac-2neg flip3-+ diff-log div-exp associate--l+ clear-num flip-+ div-inv |
| 0.0ms | (fma (pow (pow 1.0 2) 1/3) x (- (fma 2.0 (pow x 2) (fma 2.0 x 1.0)) (* 1.0 (* (pow x 2) (pow (pow 1.0 2) 1/3))))) |
| 0.0ms | (fma 2.0 (pow x 2) (fma 2.0 x 1.0)) |
| 3.0ms | (- (fma 2.0 (pow x 2) (fma 2.0 x 1.0)) (* 1.0 (* (pow x 2) (pow (pow 1.0 2) 1/3)))) |
| 15.0ms | (/ (+ x 1.0) (- (* x x) (* 1.0 1.0))) |
| 141.0ms | (fma (pow (pow 1.0 2) 1/3) x (- (fma 2.0 (pow x 2) (fma 2.0 x 1.0)) (* 1.0 (* (pow x 2) (pow (pow 1.0 2) 1/3))))) |
| 21.0ms | (fma 2.0 (pow x 2) (fma 2.0 x 1.0)) |
| 88.0ms | (- (fma 2.0 (pow x 2) (fma 2.0 x 1.0)) (* 1.0 (* (pow x 2) (pow (pow 1.0 2) 1/3)))) |
| 37.0ms | (/ (+ x 1.0) (- (* x x) (* 1.0 1.0))) |
Useful iterations: 2 (50.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 401 | 964 |
| 1 | 1760 | 864 |
| 2 | 5001 | 836 |
5 alts after pruning (2 fresh and 3 done)
Merged error: 0.0b
99.3% (0.2b remaining)
Error of 0.3b against oracle of 0.1b and baseline of 29.9b
| Iters | Range | Point | |
|---|---|---|---|
| 9 | 15.365363555117188 | 8982319.97820102 | 12712.567100005474 |
| 9 | -152849402421631.16 | -48882.64719934817 | -121810688.58492981 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 56 | 37 |
| 1 | 57 | 37 |
| 2 | 57 | 37 |
| 183.0ms | 1748× | body | 1280 | valid |
| 103.0ms | 1185× | body | 640 | valid |
| 91.0ms | 4099× | body | 80 | valid |
| 39.0ms | 647× | body | 320 | valid |
| 13.0ms | 321× | body | 160 | valid |