Time bar (total: 12.2s)
Space saved by range analysis: 0%
Space saved by search: 24.752808%
Guaranteed chance to sample good point: 41.846129%
| 29.0ms | 78× | body | 1280 | valid |
| 16.0ms | 47× | body | 640 | valid |
| 5.0ms | 30× | body | 320 | valid |
| 4.0ms | 88× | body | 80 | valid |
| 1.0ms | 13× | body | 160 | valid |
Useful iterations: 0 (1.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 19 | 7 |
| 1 | 28 | 7 |
| 2 | 40 | 7 |
| 3 | 73 | 7 |
| 4 | 176 | 7 |
| 5 | 559 | 7 |
| 6 | 2626 | 7 |
| 7 | 5001 | 7 |
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: 42.1b
Found 4 expressions with local error:
| 0.0b | (sqrt (/ (- (exp (* 2.0 x)) 1.0) (- (exp x) 1.0))) |
| 0.0b | (/ (- (exp (* 2.0 x)) 1.0) (- (exp x) 1.0)) |
| 4.8b | (- (exp (* 2.0 x)) 1.0) |
| 4.8b | (- (exp x) 1.0) |
| 78× | add-sqr-sqrt |
| 75× | *-un-lft-identity |
| 51× | times-frac |
| 31× | sqrt-prod |
| 27× | add-cube-cbrt |
| 24× | distribute-lft-out-- difference-of-squares |
| 8× | add-log-exp |
| 6× | add-exp-log add-cbrt-cube |
| 5× | pow1 flip3-- associate-/r* flip-- associate-/l* |
| 4× | associate-/r/ |
| 2× | sub-neg rem-sqrt-square diff-log div-inv associate-/l/ |
| 1× | cbrt-undiv frac-2neg sqrt-pow1 pow1/2 sqrt-div div-sub div-exp clear-num |
| 9.0ms | (sqrt (/ (- (exp (* 2.0 x)) 1.0) (- (exp x) 1.0))) |
| 9.0ms | (/ (- (exp (* 2.0 x)) 1.0) (- (exp x) 1.0)) |
| 4.0ms | (- (exp (* 2.0 x)) 1.0) |
| 6.0ms | (- (exp x) 1.0) |
| 11.0ms | (sqrt (/ (- (exp (* 2.0 x)) 1.0) (- (exp x) 1.0))) |
| 8.0ms | (/ (- (exp (* 2.0 x)) 1.0) (- (exp x) 1.0)) |
| 3.0ms | (- (exp (* 2.0 x)) 1.0) |
| 10.0ms | (- (exp x) 1.0) |
Useful iterations: 3 (105.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 387 | 1380 |
| 1 | 1054 | 1314 |
| 2 | 4265 | 1301 |
| 3 | 5001 | 1293 |
2 alts after pruning (2 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 133 | 2 | 135 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 134 | 2 | 136 |
Merged error: 0b
Found 2 expressions with local error:
| 0.0b | (* x (+ 1.0 (* 0.5 x))) |
| 10.0b | (sqrt (+ (* x (+ 1.0 (* 0.5 x))) 2.0)) |
| 8× | add-sqr-sqrt |
| 5× | pow1 add-cube-cbrt *-un-lft-identity |
| 4× | add-exp-log add-cbrt-cube |
| 3× | associate-*r* associate-*l* sqrt-prod |
| 2× | flip3-+ sqrt-div associate-*r/ flip-+ add-log-exp |
| 1× | distribute-rgt-in rem-sqrt-square distribute-lft-in sqrt-pow1 pow1/2 pow-prod-down prod-exp *-commutative cbrt-unprod unswap-sqr |
| 5.0ms | (* x (+ 1.0 (* 0.5 x))) |
| 5.0ms | (sqrt (+ (* x (+ 1.0 (* 0.5 x))) 2.0)) |
| 5.0ms | (* x (+ 1.0 (* 0.5 x))) |
| 5.0ms | (sqrt (+ (* x (+ 1.0 (* 0.5 x))) 2.0)) |
Useful iterations: 2 (32.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 279 | 280 |
| 1 | 1132 | 268 |
| 2 | 5002 | 256 |
2 alts after pruning (1 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 43 | 0 | 43 |
| Fresh | 0 | 1 | 1 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 43 | 2 | 45 |
Merged error: 0b
Found 4 expressions with local error:
| 0.0b | (* (+ (sqrt (exp (* 2.0 x))) (sqrt 1.0)) (- (sqrt (exp (* 2.0 x))) (sqrt 1.0))) |
| 0.0b | (/ (* (+ (sqrt (exp (* 2.0 x))) (sqrt 1.0)) (- (sqrt (exp (* 2.0 x))) (sqrt 1.0))) (- (exp x) 1.0)) |
| 4.8b | (- (exp x) 1.0) |
| 4.8b | (- (sqrt (exp (* 2.0 x))) (sqrt 1.0)) |
| 32× | add-sqr-sqrt |
| 26× | *-un-lft-identity |
| 14× | sqrt-prod |
| 11× | add-exp-log add-cbrt-cube difference-of-squares |
| 9× | flip3-- associate-*r* flip-- |
| 8× | frac-times add-cube-cbrt associate-/l/ add-log-exp |
| 7× | distribute-lft-out-- |
| 6× | pow1 flip3-+ flip-+ |
| 5× | times-frac associate-*l* associate-/r* |
| 4× | sub-neg associate-*r/ associate-*l/ |
| 2× | cbrt-undiv distribute-rgt-in distribute-lft-in diff-log div-exp prod-exp associate-/r/ cbrt-unprod distribute-lft-out |
| 1× | frac-2neg pow-prod-down clear-num *-commutative div-inv associate-/l* unswap-sqr |
| 15.0ms | (* (+ (sqrt (exp (* 2.0 x))) (sqrt 1.0)) (- (sqrt (exp (* 2.0 x))) (sqrt 1.0))) |
| 18.0ms | (/ (* (+ (sqrt (exp (* 2.0 x))) (sqrt 1.0)) (- (sqrt (exp (* 2.0 x))) (sqrt 1.0))) (- (exp x) 1.0)) |
| 4.0ms | (- (exp x) 1.0) |
| 8.0ms | (- (sqrt (exp (* 2.0 x))) (sqrt 1.0)) |
| 11.0ms | (* (+ (sqrt (exp (* 2.0 x))) (sqrt 1.0)) (- (sqrt (exp (* 2.0 x))) (sqrt 1.0))) |
| 18.0ms | (/ (* (+ (sqrt (exp (* 2.0 x))) (sqrt 1.0)) (- (sqrt (exp (* 2.0 x))) (sqrt 1.0))) (- (exp x) 1.0)) |
| 2.0ms | (- (exp x) 1.0) |
| 5.0ms | (- (sqrt (exp (* 2.0 x))) (sqrt 1.0)) |
Useful iterations: 2 (51.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 481 | 1464 |
| 1 | 2401 | 1163 |
| 2 | 5003 | 1124 |
2 alts after pruning (0 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 117 | 0 | 117 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 1 | 1 |
| Total | 117 | 2 | 119 |
Merged error: 0b
98.5% (0.3b remaining)
Error of 0.4b against oracle of 0.1b and baseline of 21.3b
| Iters | Range | Point | |
|---|---|---|---|
| 8 | -0.00015121726649250922 | -1.2576278440050216e-07 | -1.3412336779485548e-05 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 30 | 20 |
| 1 | 30 | 20 |
Space saved by range analysis: 0%
Space saved by search: 24.752808%
Guaranteed chance to sample good point: 41.846129%
| 813.0ms | 2279× | body | 1280 | valid |
| 382.0ms | 1668× | body | 640 | valid |
| 124.0ms | 2860× | body | 80 | valid |
| 122.0ms | 803× | body | 320 | valid |
| 39.0ms | 390× | body | 160 | valid |
Loading profile data...