Time bar (total: 4.5s)
| 36.0ms | 79× | body | 1280 | valid |
| 16.0ms | 33× | body | 2560 | valid |
| 15.0ms | 53× | body | 640 | valid |
| 5.0ms | 31× | body | 320 | valid |
| 2.0ms | 52× | body | 80 | valid |
| 1.0ms | 8× | body | 160 | valid |
Useful iterations: 0 (1.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 9 | 5 |
| 1 | 9 | 5 |
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: 55.1b
Found 4 expressions with local error:
| 0.0b | (+ (* x x) 1.0) |
| 0.5b | (+ x (sqrt (+ (* x x) 1.0))) |
| 1.9b | (log (+ x (sqrt (+ (* x x) 1.0)))) |
| 15.7b | (sqrt (+ (* x x) 1.0)) |
| 10× | *-un-lft-identity |
| 8× | add-log-exp |
| 7× | add-sqr-sqrt |
| 6× | pow1 add-cube-cbrt |
| 5× | add-exp-log |
| 4× | log-prod flip3-+ add-cbrt-cube flip-+ |
| 3× | sqrt-prod |
| 2× | +-commutative log-div sqrt-div sum-log distribute-lft-out |
| 1× | rem-sqrt-square sqrt-pow1 pow1/2 rem-log-exp log-pow |
| 4.0ms | (+ (* x x) 1.0) |
| 5.0ms | (+ x (sqrt (+ (* x x) 1.0))) |
| 5.0ms | (log (+ x (sqrt (+ (* x x) 1.0)))) |
| 4.0ms | (sqrt (+ (* x x) 1.0)) |
| 4.0ms | (+ (* x x) 1.0) |
| 5.0ms | (+ x (sqrt (+ (* x x) 1.0))) |
| 9.0ms | (log (+ x (sqrt (+ (* x x) 1.0)))) |
| 4.0ms | (sqrt (+ (* x x) 1.0)) |
Useful iterations: 2 (32.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 333 | 450 |
| 1 | 1163 | 414 |
| 2 | 5001 | 398 |
6 alts after pruning (6 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 59 | 6 | 65 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 60 | 6 | 66 |
Merged error: 0.0b
Found 2 expressions with local error:
| 0.0b | (- (+ (log (sqrt 1.0)) (/ x (sqrt 1.0))) (* 1/6 (/ (pow x 3) (pow (sqrt 1.0) 3)))) |
| 0.1b | (* 1/6 (/ (pow x 3) (pow (sqrt 1.0) 3))) |
| 240× | times-frac |
| 220× | associate-*r* |
| 182× | add-sqr-sqrt |
| 140× | unpow-prod-down cube-prod |
| 118× | add-cube-cbrt *-un-lft-identity |
| 80× | sqrt-prod |
| 40× | sqr-pow |
| 30× | cube-mult unpow3 |
| 25× | add-exp-log unswap-sqr |
| 10× | prod-exp |
| 9× | div-exp |
| 7× | add-cbrt-cube |
| 6× | pow-to-exp pow-exp add-log-exp |
| 4× | pow1 |
| 3× | associate-*r/ associate-*l* |
| 2× | diff-log frac-sub cbrt-unprod |
| 1× | cbrt-undiv sub-neg flip3-- flip3-+ pow-prod-down associate--l+ sum-log *-commutative flip-- flip-+ div-inv |
| 12.0ms | (- (+ (log (sqrt 1.0)) (/ x (sqrt 1.0))) (* 1/6 (/ (pow x 3) (pow (sqrt 1.0) 3)))) |
| 52.0ms | (* 1/6 (/ (pow x 3) (pow (sqrt 1.0) 3))) |
| 12.0ms | (- (+ (log (sqrt 1.0)) (/ x (sqrt 1.0))) (* 1/6 (/ (pow x 3) (pow (sqrt 1.0) 3)))) |
| 20.0ms | (* 1/6 (/ (pow x 3) (pow (sqrt 1.0) 3))) |
Useful iterations: 1 (21.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 854 | 2083 |
| 1 | 4642 | 1650 |
| 2 | 5002 | 1650 |
7 alts after pruning (6 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 291 | 1 | 292 |
| Fresh | 0 | 5 | 5 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 291 | 7 | 298 |
Merged error: 0.0b
Found 4 expressions with local error:
| 0.2b | (/ (neg 0.0625) (pow x 5)) |
| 0.4b | (/ 0.125 (pow x 3)) |
| 14.8b | (log (- (/ 0.125 (pow x 3)) (- (/ 0.5 x) (/ (neg 0.0625) (pow x 5))))) |
| 17.7b | (- (/ 0.125 (pow x 3)) (- (/ 0.5 x) (/ (neg 0.0625) (pow x 5)))) |
| 126× | times-frac |
| 110× | *-un-lft-identity |
| 102× | add-sqr-sqrt |
| 76× | add-cube-cbrt |
| 47× | unpow-prod-down |
| 26× | distribute-rgt-neg-in |
| 24× | distribute-lft-neg-in |
| 19× | associate-/r* |
| 17× | sqr-pow |
| 15× | add-exp-log |
| 14× | cube-prod distribute-lft-out-- |
| 13× | associate-/l* |
| 12× | log-prod |
| 10× | difference-of-squares |
| 9× | add-log-exp |
| 8× | neg-mul-1 frac-sub add-cbrt-cube |
| 6× | div-exp |
| 5× | pow1 log-div |
| 4× | cube-mult flip3-- unpow3 flip-- |
| 3× | diff-log associate--r+ |
| 2× | cbrt-undiv neg-sub0 pow-to-exp sub-neg frac-2neg div-sub pow-exp clear-num div-inv associate--r- |
| 1× | distribute-frac-neg rem-log-exp log-pow |
| 6.0ms | (/ (neg 0.0625) (pow x 5)) |
| 5.0ms | (/ 0.125 (pow x 3)) |
| 70.0ms | (log (- (/ 0.125 (pow x 3)) (- (/ 0.5 x) (/ (neg 0.0625) (pow x 5))))) |
| 72.0ms | (- (/ 0.125 (pow x 3)) (- (/ 0.5 x) (/ (neg 0.0625) (pow x 5)))) |
| 4.0ms | (/ (neg 0.0625) (pow x 5)) |
| 4.0ms | (/ 0.125 (pow x 3)) |
| 10.0ms | (log (- (/ 0.125 (pow x 3)) (- (/ 0.5 x) (/ (neg 0.0625) (pow x 5))))) |
| 10.0ms | (- (/ 0.125 (pow x 3)) (- (/ 0.5 x) (/ (neg 0.0625) (pow x 5)))) |
Useful iterations: 2 (81.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 837 | 1963 |
| 1 | 3794 | 1884 |
| 2 | 5002 | 1876 |
7 alts after pruning (5 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 235 | 0 | 235 |
| Fresh | 0 | 5 | 5 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 1 | 1 |
| Total | 235 | 7 | 242 |
Merged error: 0.0b
Found 4 expressions with local error:
| 0.0b | (/ (- 0 1.0) (- x (sqrt (+ (* x x) 1.0)))) |
| 0.8b | (- x (sqrt (+ (* x x) 1.0))) |
| 1.9b | (log (/ (- 0 1.0) (- x (sqrt (+ (* x x) 1.0))))) |
| 15.7b | (sqrt (+ (* x x) 1.0)) |
| 105× | add-sqr-sqrt |
| 80× | *-un-lft-identity |
| 60× | times-frac |
| 37× | difference-of-squares |
| 36× | log-prod |
| 30× | add-cube-cbrt |
| 25× | distribute-lft-out-- |
| 15× | sqrt-prod |
| 9× | add-exp-log |
| 6× | pow1 associate-/r* add-cbrt-cube add-log-exp |
| 5× | associate-/l* |
| 4× | flip3-- associate-/r/ flip-- |
| 2× | sqrt-div div-exp rem-log-exp div-inv associate-/l/ |
| 1× | cbrt-undiv sub-neg rem-sqrt-square log-div frac-2neg sqrt-pow1 flip3-+ sub0-neg pow1/2 diff-log div-sub distribute-frac-neg clear-num log-pow flip-+ |
| 10.0ms | (/ (- 0 1.0) (- x (sqrt (+ (* x x) 1.0)))) |
| 6.0ms | (- x (sqrt (+ (* x x) 1.0))) |
| 11.0ms | (log (/ (- 0 1.0) (- x (sqrt (+ (* x x) 1.0))))) |
| 4.0ms | (sqrt (+ (* x x) 1.0)) |
| 6.0ms | (/ (- 0 1.0) (- x (sqrt (+ (* x x) 1.0)))) |
| 5.0ms | (- x (sqrt (+ (* x x) 1.0))) |
| 11.0ms | (log (/ (- 0 1.0) (- x (sqrt (+ (* x x) 1.0))))) |
| 4.0ms | (sqrt (+ (* x x) 1.0)) |
Useful iterations: 2 (64.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 627 | 1716 |
| 1 | 2368 | 1646 |
| 2 | 5001 | 1641 |
6 alts after pruning (4 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 147 | 1 | 148 |
| Fresh | 1 | 3 | 4 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 2 | 2 |
| Total | 149 | 6 | 155 |
Merged error: 0.0b
99.4% (0.2b remaining)
Error of 0.2b against oracle of 0.0b and baseline of 32.2b
| Iters | Range | Point | |
|---|---|---|---|
| 3 | 0.8654901203590915 | 1.132733130973407 | 0.9031544538205186 |
| 7 | -1.3201891031641613 | -0.005305593335282472 | -1.0402765450235887 |
Useful iterations: 0 (1.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 41 | 27 |
| 1 | 41 | 27 |
| 1.1s | 2491× | body | 1280 | valid |
| 463.0ms | 1699× | body | 640 | valid |
| 352.0ms | 1077× | body | 2560 | valid |
| 138.0ms | 848× | body | 320 | valid |
| 61.0ms | 1472× | body | 80 | valid |
| 40.0ms | 413× | body | 160 | valid |
Loading profile data...