Time bar (total: 5.8s)
| 44.0ms | 92× | body | 1280 | valid |
| 12.0ms | 43× | body | 640 | valid |
| 8.0ms | 22× | body | 2560 | valid |
| 5.0ms | 26× | body | 320 | valid |
| 3.0ms | 62× | body | 80 | valid |
| 1.0ms | 11× | 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: 54.3b
Found 4 expressions with local error:
| 0.0b | (+ (* x x) 1.0) |
| 0.4b | (+ x (sqrt (+ (* x x) 1.0))) |
| 2.5b | (log (+ x (sqrt (+ (* x x) 1.0)))) |
| 13.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) |
| 6.0ms | (+ x (sqrt (+ (* x x) 1.0))) |
| 6.0ms | (log (+ x (sqrt (+ (* x x) 1.0)))) |
| 4.0ms | (sqrt (+ (* x x) 1.0)) |
| 30.0ms | (+ (* x x) 1.0) |
| 56.0ms | (+ x (sqrt (+ (* x x) 1.0))) |
| 161.0ms | (log (+ x (sqrt (+ (* x x) 1.0)))) |
| 44.0ms | (sqrt (+ (* x x) 1.0)) |
Useful iterations: 2 (29.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 333 | 450 |
| 1 | 1163 | 414 |
| 2 | 5001 | 398 |
5 alts after pruning (5 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 60 | 5 | 65 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 61 | 5 | 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 |
| 14.0ms | (- (+ (log (sqrt 1.0)) (/ x (sqrt 1.0))) (* 1/6 (/ (pow x 3) (pow (sqrt 1.0) 3)))) |
| 60.0ms | (* 1/6 (/ (pow x 3) (pow (sqrt 1.0) 3))) |
| 158.0ms | (- (+ (log (sqrt 1.0)) (/ x (sqrt 1.0))) (* 1/6 (/ (pow x 3) (pow (sqrt 1.0) 3)))) |
| 140.0ms | (* 1/6 (/ (pow x 3) (pow (sqrt 1.0) 3))) |
Useful iterations: 1 (23.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 854 | 2089 |
| 1 | 4642 | 1654 |
| 2 | 5001 | 1654 |
5 alts after pruning (4 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 292 | 0 | 292 |
| Fresh | 0 | 4 | 4 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 292 | 5 | 297 |
Merged error: 0.0b
Found 4 expressions with local error:
| 0.2b | (/ (- 0.0625) (pow x 5)) |
| 0.3b | (/ 0.125 (pow x 3)) |
| 14.1b | (log (- (/ 0.125 (pow x 3)) (- (/ 0.5 x) (/ (- 0.0625) (pow x 5))))) |
| 20.8b | (- (/ 0.125 (pow x 3)) (- (/ 0.5 x) (/ (- 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 |
| 7.0ms | (/ (- 0.0625) (pow x 5)) |
| 6.0ms | (/ 0.125 (pow x 3)) |
| 90.0ms | (log (- (/ 0.125 (pow x 3)) (- (/ 0.5 x) (/ (- 0.0625) (pow x 5))))) |
| 81.0ms | (- (/ 0.125 (pow x 3)) (- (/ 0.5 x) (/ (- 0.0625) (pow x 5)))) |
| 47.0ms | (/ (- 0.0625) (pow x 5)) |
| 41.0ms | (/ 0.125 (pow x 3)) |
| 184.0ms | (log (- (/ 0.125 (pow x 3)) (- (/ 0.5 x) (/ (- 0.0625) (pow x 5))))) |
| 57.0ms | (- (/ 0.125 (pow x 3)) (- (/ 0.5 x) (/ (- 0.0625) (pow x 5)))) |
Useful iterations: 2 (78.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 837 | 1970 |
| 1 | 3817 | 1891 |
| 2 | 5002 | 1883 |
5 alts after pruning (3 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 235 | 0 | 235 |
| Fresh | 0 | 3 | 3 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 1 | 1 |
| Total | 235 | 5 | 240 |
Merged error: 0.0b
Found 4 expressions with local error:
| 0.0b | (- (log 2) (- (- (/ 0.09375 (pow x 4)) (log x)) (/ (/ 0.25 x) x))) |
| 0.1b | (/ 0.09375 (pow x 4)) |
| 0.1b | (/ (/ 0.25 x) x) |
| 7.0b | (- (- (/ 0.09375 (pow x 4)) (log x)) (/ (/ 0.25 x) x)) |
| 99× | times-frac |
| 90× | *-un-lft-identity |
| 74× | add-sqr-sqrt |
| 63× | add-cube-cbrt |
| 23× | distribute-lft-out-- |
| 16× | associate-/l* |
| 14× | add-exp-log |
| 13× | add-log-exp |
| 12× | unpow-prod-down |
| 11× | pow1 add-cbrt-cube |
| 10× | associate-/r* |
| 9× | diff-log |
| 7× | associate--l+ log-pow |
| 6× | div-exp div-inv |
| 5× | sub-neg |
| 4× | cbrt-undiv associate--r+ difference-of-squares sqr-pow |
| 3× | log-prod flip3-- flip-- |
| 2× | frac-2neg clear-num frac-sub |
| 1× | associate--l- pow-to-exp pow-exp associate-/l/ associate--r- |
| 42.0ms | (- (log 2) (- (- (/ 0.09375 (pow x 4)) (log x)) (/ (/ 0.25 x) x))) |
| 5.0ms | (/ 0.09375 (pow x 4)) |
| 6.0ms | (/ (/ 0.25 x) x) |
| 36.0ms | (- (- (/ 0.09375 (pow x 4)) (log x)) (/ (/ 0.25 x) x)) |
| 100.0ms | (- (log 2) (- (- (/ 0.09375 (pow x 4)) (log x)) (/ (/ 0.25 x) x))) |
| 35.0ms | (/ 0.09375 (pow x 4)) |
| 23.0ms | (/ (/ 0.25 x) x) |
| 66.0ms | (- (- (/ 0.09375 (pow x 4)) (log x)) (/ (/ 0.25 x) x)) |
Useful iterations: 2 (52.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 721 | 1389 |
| 1 | 2664 | 1284 |
| 2 | 5001 | 1281 |
5 alts after pruning (2 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 182 | 0 | 182 |
| Fresh | 0 | 2 | 2 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 2 | 2 |
| Total | 182 | 5 | 187 |
Merged error: 0.0b
99.3% (0.2b remaining)
Error of 0.3b against oracle of 0.0b and baseline of 32.5b
| Iters | Range | Point | |
|---|---|---|---|
| 6 | 0.09081442282169057 | 1.3894494120209264 | 0.9640751759201969 |
| 8 | -6.238959787773506 | -0.00010711273713490883 | -0.9988164544060855 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 48 | 29 |
| 1 | 48 | 29 |
| 1.1s | 2303× | body | 1280 | valid |
| 445.0ms | 1547× | body | 640 | valid |
| 285.0ms | 816× | body | 2560 | valid |
| 133.0ms | 767× | body | 320 | valid |
| 99.0ms | 2152× | body | 80 | valid |
| 44.0ms | 415× | body | 160 | valid |
Loading profile data...