Time bar (total: 17.2s)
| 25.0ms | 61× | body | 1280 | valid |
| 24.0ms | 63× | body | 10240 | exit |
| 15.0ms | 287× | body | 80 | valid |
| 9.0ms | 37× | body | 640 | valid |
| 6.0ms | 18× | body | 320 | valid |
| 2.0ms | 15× | body | 160 | valid |
Useful iterations: 4 (103.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 19 | 29 |
| 1 | 47 | 29 |
| 2 | 124 | 29 |
| 3 | 334 | 27 |
| 4 | 1256 | 26 |
| done | 5001 | 26 |
2 alts after pruning (2 fresh and 0 done)
Merged error: 30.4b
Found 4 expressions with local error:
| 0.0b | (* (+ 1.0 eps) x) |
| 0.0b | (* (+ 1.0 (/ 1.0 eps)) (exp (- (* (- 1.0 eps) x)))) |
| 0.0b | (* (- (/ 1.0 eps) 1.0) (exp (- (* (+ 1.0 eps) x)))) |
| 2.6b | (- (* (+ 1.0 (/ 1.0 eps)) (exp (- (* (- 1.0 eps) x)))) (* (- (/ 1.0 eps) 1.0) (exp (- (* (+ 1.0 eps) x))))) |
| 81× | frac-sub |
| 80× | exp-neg frac-times |
| 60× | neg-sub0 exp-diff |
| 42× | associate-*l/ |
| 40× | associate-*r/ |
| 31× | flip3-- flip3-+ flip-- flip-+ |
| 21× | add-sqr-sqrt |
| 20× | un-div-inv |
| 16× | *-un-lft-identity |
| 14× | associate-*l* |
| 10× | pow1 add-cube-cbrt add-cbrt-cube |
| 9× | associate-*r* |
| 8× | add-exp-log |
| 6× | add-log-exp |
| 4× | expm1-log1p-u log1p-expm1-u |
| 3× | pow-prod-down prod-exp *-commutative cbrt-unprod unswap-sqr |
| 2× | distribute-lft-out difference-of-squares |
| 1× | sub-neg times-frac fma-neg diff-log prod-diff distribute-lft-out-- |
| 9.0ms | (* (+ 1.0 eps) x) |
| 29.0ms | (* (+ 1.0 (/ 1.0 eps)) (exp (- (* (- 1.0 eps) x)))) |
| 42.0ms | (* (- (/ 1.0 eps) 1.0) (exp (- (* (+ 1.0 eps) x)))) |
| 27.0ms | (- (* (+ 1.0 (/ 1.0 eps)) (exp (- (* (- 1.0 eps) x)))) (* (- (/ 1.0 eps) 1.0) (exp (- (* (+ 1.0 eps) x))))) |
| 29.0ms | (* (+ 1.0 eps) x) |
| 53.0ms | (* (+ 1.0 (/ 1.0 eps)) (exp (- (* (- 1.0 eps) x)))) |
| 53.0ms | (* (- (/ 1.0 eps) 1.0) (exp (- (* (+ 1.0 eps) x)))) |
| 210.0ms | (- (* (+ 1.0 (/ 1.0 eps)) (exp (- (* (- 1.0 eps) x)))) (* (- (/ 1.0 eps) 1.0) (exp (- (* (+ 1.0 eps) x))))) |
Useful iterations: 2 (523.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 407 | 8453 |
| 1 | 1372 | 7571 |
| 2 | 4753 | 7072 |
| done | 5000 | 7072 |
2 alts after pruning (2 fresh and 0 done)
Merged error: 0.1b
Found 2 expressions with local error:
| 0.0b | (fma 0.6666666666666667 (pow x 3) 2.0) |
| 7.6b | (- (fma 0.6666666666666667 (pow x 3) 2.0) (* 1.0 (pow x 2))) |
| 4× | add-sqr-sqrt add-cube-cbrt *-un-lft-identity add-log-exp |
| 3× | fma-neg prod-diff |
| 2× | pow1 add-exp-log expm1-log1p-u add-cbrt-cube fma-udef log1p-expm1-u |
| 1× | sub-neg flip3-- diff-log associate--l+ flip-- |
| 0.0ms | (fma 0.6666666666666667 (pow x 3) 2.0) |
| 3.0ms | (- (fma 0.6666666666666667 (pow x 3) 2.0) (* 1.0 (pow x 2))) |
| 83.0ms | (fma 0.6666666666666667 (pow x 3) 2.0) |
| 46.0ms | (- (fma 0.6666666666666667 (pow x 3) 2.0) (* 1.0 (pow x 2))) |
Useful iterations: done (1.6s)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 53 | 544 |
| 1 | 120 | 518 |
| 2 | 454 | 468 |
| 3 | 2875 | 433 |
| done | 5000 | 430 |
3 alts after pruning (3 fresh and 0 done)
Merged error: 0.1b
Found 4 expressions with local error:
| 0.0b | (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) |
| 0.1b | (pow (* 1.0 (pow x 2)) 3) |
| 12.4b | (- (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) (pow (* 1.0 (pow x 2)) 3)) |
| 13.0b | (/ (- (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) (pow (* 1.0 (pow x 2)) 3)) (fma (* 1.0 1.0) (pow x 4) (* (fma 1.0 (pow x 2) (fma (pow x 3) 0.6666666666666667 2.0)) (fma 0.6666666666666667 (pow x 3) 2.0)))) |
| 115× | add-sqr-sqrt |
| 96× | prod-diff |
| 75× | *-un-lft-identity |
| 65× | add-cube-cbrt |
| 53× | unpow-prod-down cube-prod sqr-pow |
| 40× | difference-of-squares |
| 39× | times-frac |
| 23× | cube-mult unpow3 |
| 13× | add-exp-log associate-/l* |
| 12× | fma-neg |
| 10× | add-cbrt-cube |
| 6× | pow1 pow-unpow pow-exp add-log-exp |
| 5× | difference-cubes distribute-lft-out-- |
| 4× | expm1-log1p-u log1p-expm1-u |
| 3× | pow-to-exp prod-exp associate-/r* rem-cube-cbrt |
| 2× | flip3-- pow-pow flip-- associate-/l/ |
| 1× | cbrt-undiv sub-neg frac-2neg diff-log div-sub div-exp clear-num cbrt-unprod div-inv |
| 1.0ms | (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) |
| 3.0ms | (pow (* 1.0 (pow x 2)) 3) |
| 19.0ms | (- (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) (pow (* 1.0 (pow x 2)) 3)) |
| 42.0ms | (/ (- (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) (pow (* 1.0 (pow x 2)) 3)) (fma (* 1.0 1.0) (pow x 4) (* (fma 1.0 (pow x 2) (fma (pow x 3) 0.6666666666666667 2.0)) (fma 0.6666666666666667 (pow x 3) 2.0)))) |
| 127.0ms | (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) |
| 50.0ms | (pow (* 1.0 (pow x 2)) 3) |
| 156.0ms | (- (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) (pow (* 1.0 (pow x 2)) 3)) |
| 198.0ms | (/ (- (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) (pow (* 1.0 (pow x 2)) 3)) (fma (* 1.0 1.0) (pow x 4) (* (fma 1.0 (pow x 2) (fma (pow x 3) 0.6666666666666667 2.0)) (fma 0.6666666666666667 (pow x 3) 2.0)))) |
Useful iterations: 2 (339.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 323 | 13216 |
| 1 | 746 | 9779 |
| 2 | 2965 | 8528 |
| done | 5001 | 8528 |
4 alts after pruning (3 fresh and 1 done)
Merged error: 0.1b
Found 4 expressions with local error:
| 12.4b | (- (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) (pow (* 1.0 (pow x 2)) 3)) |
| 12.4b | (- (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) (pow (* 1.0 (pow x 2)) 3)) |
| 12.7b | (/ (cbrt (- (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) (pow (* 1.0 (pow x 2)) 3))) (sqrt (fma (* 1.0 1.0) (pow x 4) (* (fma 1.0 (pow x 2) (fma (pow x 3) 0.6666666666666667 2.0)) (fma 0.6666666666666667 (pow x 3) 2.0))))) |
| 12.8b | (/ (* (cbrt (- (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) (pow (* 1.0 (pow x 2)) 3))) (cbrt (- (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) (pow (* 1.0 (pow x 2)) 3)))) (sqrt (fma (* 1.0 1.0) (pow x 4) (* (fma 1.0 (pow x 2) (fma (pow x 3) 0.6666666666666667 2.0)) (fma 0.6666666666666667 (pow x 3) 2.0))))) |
| 224× | add-sqr-sqrt |
| 192× | prod-diff |
| 152× | *-un-lft-identity |
| 134× | add-cube-cbrt |
| 102× | times-frac |
| 96× | unpow-prod-down cube-prod sqr-pow |
| 91× | cbrt-prod |
| 72× | difference-of-squares |
| 57× | sqrt-prod |
| 42× | cube-mult unpow3 |
| 24× | fma-neg |
| 17× | associate-/l* |
| 14× | cbrt-div |
| 12× | associate-/r* |
| 11× | add-exp-log |
| 10× | associate-/l/ |
| 9× | difference-cubes flip3-- flip-- distribute-lft-out-- |
| 8× | add-cbrt-cube add-log-exp |
| 4× | pow1 expm1-log1p-u frac-times log1p-expm1-u |
| 3× | cbrt-undiv div-exp |
| 2× | sub-neg frac-2neg diff-log associate-*r/ associate-*l/ clear-num div-inv |
| 1× | prod-exp cbrt-unprod |
| 16.0ms | (- (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) (pow (* 1.0 (pow x 2)) 3)) |
| 18.0ms | (- (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) (pow (* 1.0 (pow x 2)) 3)) |
| 30.0ms | (/ (cbrt (- (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) (pow (* 1.0 (pow x 2)) 3))) (sqrt (fma (* 1.0 1.0) (pow x 4) (* (fma 1.0 (pow x 2) (fma (pow x 3) 0.6666666666666667 2.0)) (fma 0.6666666666666667 (pow x 3) 2.0))))) |
| 26.0ms | (/ (* (cbrt (- (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) (pow (* 1.0 (pow x 2)) 3))) (cbrt (- (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) (pow (* 1.0 (pow x 2)) 3)))) (sqrt (fma (* 1.0 1.0) (pow x 4) (* (fma 1.0 (pow x 2) (fma (pow x 3) 0.6666666666666667 2.0)) (fma 0.6666666666666667 (pow x 3) 2.0))))) |
| 162.0ms | (- (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) (pow (* 1.0 (pow x 2)) 3)) |
| 161.0ms | (- (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) (pow (* 1.0 (pow x 2)) 3)) |
| 308.0ms | (/ (cbrt (- (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) (pow (* 1.0 (pow x 2)) 3))) (sqrt (fma (* 1.0 1.0) (pow x 4) (* (fma 1.0 (pow x 2) (fma (pow x 3) 0.6666666666666667 2.0)) (fma 0.6666666666666667 (pow x 3) 2.0))))) |
| 309.0ms | (/ (* (cbrt (- (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) (pow (* 1.0 (pow x 2)) 3))) (cbrt (- (pow (fma 0.6666666666666667 (pow x 3) 2.0) 3) (pow (* 1.0 (pow x 2)) 3)))) (sqrt (fma (* 1.0 1.0) (pow x 4) (* (fma 1.0 (pow x 2) (fma (pow x 3) 0.6666666666666667 2.0)) (fma 0.6666666666666667 (pow x 3) 2.0))))) |
Useful iterations: 2 (454.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 506 | 29070 |
| 1 | 1074 | 21634 |
| 2 | 3676 | 19125 |
| done | 5001 | 19125 |
4 alts after pruning (3 fresh and 1 done)
Merged error: 0.1b
96.5% (0.6b remaining)
Error of 0.9b against oracle of 0.4b and baseline of 16.5b
| Iters | Range | Point | |
|---|---|---|---|
| 9 | 0.006616288801049052 | 22276.40736340321 | 179.02536135484516 |
Useful iterations: 0 (1.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 40 | 76 |
| 1 | 52 | 76 |
| 2 | 54 | 76 |
| done | 54 | 76 |
| 764.0ms | 1921× | body | 10240 | exit |
| 730.0ms | 1725× | body | 1280 | valid |
| 531.0ms | 9975× | body | 80 | valid |
| 326.0ms | 1296× | body | 640 | valid |
| 99.0ms | 610× | body | 320 | valid |
| 35.0ms | 296× | body | 160 | valid |