Time bar (total: 14.3s)
| 58.0ms | 256× | body | 80 | valid |
| 53.0ms | 247× | body | 80 | nan |
Useful iterations: 0 (2.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 9 | 11 |
| 1 | 16 | 11 |
| 2 | 19 | 11 |
| 3 | 21 | 11 |
| done | 21 | 11 |
1 alts after pruning (1 fresh and 0 done)
Merged error: 0.0b
Found 3 expressions with local error:
| 0.0b | (sqrt (/ (- 1.0 x) (+ 1.0 x))) |
| 0.0b | (atan (sqrt (/ (- 1.0 x) (+ 1.0 x)))) |
| 0.0b | (/ (- 1.0 x) (+ 1.0 x)) |
| 64× | *-un-lft-identity |
| 45× | add-sqr-sqrt |
| 41× | times-frac |
| 26× | sqrt-prod |
| 24× | add-cube-cbrt |
| 11× | distribute-lft-out |
| 9× | distribute-lft-out-- difference-of-squares |
| 5× | add-exp-log add-cbrt-cube associate-/l* |
| 4× | pow1 associate-/r* associate-/r/ |
| 3× | add-log-exp |
| 2× | rem-sqrt-square flip3-+ flip-+ div-inv associate-/l/ |
| 1× | cbrt-undiv flip3-- frac-2neg sqrt-pow1 pow1/2 sqrt-div div-sub div-exp clear-num flip-- |
| 35.0ms | (sqrt (/ (- 1.0 x) (+ 1.0 x))) |
| 1.0ms | (atan (sqrt (/ (- 1.0 x) (+ 1.0 x)))) |
| 51.0ms | (/ (- 1.0 x) (+ 1.0 x)) |
| 124.0ms | (sqrt (/ (- 1.0 x) (+ 1.0 x))) |
| 7.0ms | (atan (sqrt (/ (- 1.0 x) (+ 1.0 x)))) |
| 77.0ms | (/ (- 1.0 x) (+ 1.0 x)) |
Useful iterations: done (915.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 162 | 1425 |
| 1 | 354 | 1350 |
| 2 | 1391 | 1264 |
| done | 5001 | 1262 |
3 alts after pruning (3 fresh and 0 done)
Merged error: 0b
Found 4 expressions with local error:
| 0.0b | (/ (- 1.0 x) (- (* 1.0 1.0) (* x x))) |
| 0.0b | (sqrt (* (/ (- 1.0 x) (- (* 1.0 1.0) (* x x))) (- 1.0 x))) |
| 0.0b | (atan (sqrt (* (/ (- 1.0 x) (- (* 1.0 1.0) (* x x))) (- 1.0 x)))) |
| 0.0b | (* (/ (- 1.0 x) (- (* 1.0 1.0) (* x x))) (- 1.0 x)) |
| 51× | add-sqr-sqrt |
| 46× | *-un-lft-identity |
| 41× | times-frac |
| 26× | add-cube-cbrt associate-*l* |
| 21× | difference-of-squares |
| 11× | add-exp-log add-cbrt-cube |
| 10× | distribute-lft-out-- |
| 9× | pow1 |
| 7× | flip3-- flip-- |
| 5× | sqrt-div associate-*r* associate-/l* |
| 4× | frac-times associate-*r/ associate-/r* associate-/r/ add-log-exp |
| 2× | cbrt-undiv distribute-rgt-in sub-neg distribute-lft-in sqrt-pow1 div-exp pow-prod-down associate-*l/ prod-exp cbrt-unprod div-inv associate-/l/ unswap-sqr |
| 1× | frac-2neg pow1/2 div-sub clear-num sqrt-prod *-commutative |
| 38.0ms | (/ (- 1.0 x) (- (* 1.0 1.0) (* x x))) |
| 44.0ms | (sqrt (* (/ (- 1.0 x) (- (* 1.0 1.0) (* x x))) (- 1.0 x))) |
| 1.0ms | (atan (sqrt (* (/ (- 1.0 x) (- (* 1.0 1.0) (* x x))) (- 1.0 x)))) |
| 117.0ms | (* (/ (- 1.0 x) (- (* 1.0 1.0) (* x x))) (- 1.0 x)) |
| 47.0ms | (/ (- 1.0 x) (- (* 1.0 1.0) (* x x))) |
| 84.0ms | (sqrt (* (/ (- 1.0 x) (- (* 1.0 1.0) (* x x))) (- 1.0 x))) |
| 8.0ms | (atan (sqrt (* (/ (- 1.0 x) (- (* 1.0 1.0) (* x x))) (- 1.0 x)))) |
| 77.0ms | (* (/ (- 1.0 x) (- (* 1.0 1.0) (* x x))) (- 1.0 x)) |
Useful iterations: done (2.3s)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 212 | 2607 |
| 1 | 580 | 2521 |
| 2 | 3344 | 1943 |
| done | 5001 | 1915 |
2 alts after pruning (2 fresh and 0 done)
Merged error: 0b
Found 4 expressions with local error:
| 0.0b | (atan (sqrt (* (/ (- 1.0 x) (- (pow (* 1.0 1.0) 3) (pow (* x x) 3))) (* (+ (* (* x x) (+ (* x x) (* 1.0 1.0))) (pow 1.0 4)) (- 1.0 x))))) |
| 0.0b | (* (+ (* (* x x) (+ (* x x) (* 1.0 1.0))) (pow 1.0 4)) (- 1.0 x)) |
| 0.0b | (* (/ (- 1.0 x) (- (pow (* 1.0 1.0) 3) (pow (* x x) 3))) (* (+ (* (* x x) (+ (* x x) (* 1.0 1.0))) (pow 1.0 4)) (- 1.0 x))) |
| 0.1b | (pow (* x x) 3) |
| 120× | add-sqr-sqrt |
| 114× | associate-*l* |
| 105× | times-frac |
| 102× | difference-of-squares |
| 88× | *-un-lft-identity |
| 41× | unpow-prod-down cube-prod sqr-pow |
| 34× | add-cube-cbrt |
| 27× | distribute-lft-out-- |
| 21× | add-exp-log add-cbrt-cube |
| 20× | frac-times |
| 19× | pow1 |
| 14× | associate-*r/ |
| 10× | distribute-rgt-in flip3-- distribute-lft-in flip-- |
| 9× | flip3-+ flip-+ |
| 8× | prod-exp cbrt-unprod |
| 7× | associate-*l/ |
| 6× | sub-neg pow-pow associate-*r* |
| 5× | difference-cubes pow-prod-down |
| 4× | add-log-exp |
| 3× | pow-unpow |
| 2× | cbrt-undiv div-exp pow-exp associate-/r/ *-commutative rem-cube-cbrt |
| 1× | pow2 cube-mult pow-to-exp pow-plus unpow3 pow-sqr pow-prod-up div-inv unswap-sqr |
| 1.0ms | (atan (sqrt (* (/ (- 1.0 x) (- (pow (* 1.0 1.0) 3) (pow (* x x) 3))) (* (+ (* (* x x) (+ (* x x) (* 1.0 1.0))) (pow 1.0 4)) (- 1.0 x))))) |
| 196.0ms | (* (+ (* (* x x) (+ (* x x) (* 1.0 1.0))) (pow 1.0 4)) (- 1.0 x)) |
| 396.0ms | (* (/ (- 1.0 x) (- (pow (* 1.0 1.0) 3) (pow (* x x) 3))) (* (+ (* (* x x) (+ (* x x) (* 1.0 1.0))) (pow 1.0 4)) (- 1.0 x))) |
| 9.0ms | (pow (* x x) 3) |
| 19.0ms | (atan (sqrt (* (/ (- 1.0 x) (- (pow (* 1.0 1.0) 3) (pow (* x x) 3))) (* (+ (* (* x x) (+ (* x x) (* 1.0 1.0))) (pow 1.0 4)) (- 1.0 x))))) |
| 61.0ms | (* (+ (* (* x x) (+ (* x x) (* 1.0 1.0))) (pow 1.0 4)) (- 1.0 x)) |
| 129.0ms | (* (/ (- 1.0 x) (- (pow (* 1.0 1.0) 3) (pow (* x x) 3))) (* (+ (* (* x x) (+ (* x x) (* 1.0 1.0))) (pow 1.0 4)) (- 1.0 x))) |
| 74.0ms | (pow (* x x) 3) |
Useful iterations: done (684.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 335 | 8230 |
| 1 | 1146 | 7709 |
| done | 5000 | 7185 |
2 alts after pruning (1 fresh and 1 done)
Merged error: 0b
Found 4 expressions with local error:
| 0.0b | (sqrt (/ (* (- (* 1.0 1.0) (* x x)) (* (/ 1 (+ 1.0 x)) 1)) (+ 1.0 x))) |
| 0.0b | (atan (sqrt (/ (* (- (* 1.0 1.0) (* x x)) (* (/ 1 (+ 1.0 x)) 1)) (+ 1.0 x)))) |
| 0.0b | (/ 1 (+ 1.0 x)) |
| 0.0b | (/ (* (- (* 1.0 1.0) (* x x)) (* (/ 1 (+ 1.0 x)) 1)) (+ 1.0 x)) |
| 43× | add-exp-log |
| 31× | *-un-lft-identity |
| 20× | times-frac add-cbrt-cube |
| 18× | add-sqr-sqrt |
| 17× | add-cube-cbrt prod-exp |
| 16× | div-exp |
| 10× | sqrt-prod |
| 8× | associate-/r* |
| 7× | 1-exp distribute-lft-out |
| 6× | pow1 cbrt-undiv associate-/r/ |
| 5× | associate-*l/ cbrt-unprod associate-/l/ |
| 4× | associate-/l* add-log-exp |
| 3× | rec-exp flip3-+ flip-+ div-inv |
| 2× | frac-times flip3-- frac-2neg clear-num flip-- |
| 1× | rem-sqrt-square pow-flip sqrt-pow1 pow1/2 sqrt-div associate-*r/ inv-pow |
| 62.0ms | (sqrt (/ (* (- (* 1.0 1.0) (* x x)) (* (/ 1 (+ 1.0 x)) 1)) (+ 1.0 x))) |
| 1.0ms | (atan (sqrt (/ (* (- (* 1.0 1.0) (* x x)) (* (/ 1 (+ 1.0 x)) 1)) (+ 1.0 x)))) |
| 27.0ms | (/ 1 (+ 1.0 x)) |
| 98.0ms | (/ (* (- (* 1.0 1.0) (* x x)) (* (/ 1 (+ 1.0 x)) 1)) (+ 1.0 x)) |
| 141.0ms | (sqrt (/ (* (- (* 1.0 1.0) (* x x)) (* (/ 1 (+ 1.0 x)) 1)) (+ 1.0 x))) |
| 5.0ms | (atan (sqrt (/ (* (- (* 1.0 1.0) (* x x)) (* (/ 1 (+ 1.0 x)) 1)) (+ 1.0 x)))) |
| 33.0ms | (/ 1 (+ 1.0 x)) |
| 74.0ms | (/ (* (- (* 1.0 1.0) (* x x)) (* (/ 1 (+ 1.0 x)) 1)) (+ 1.0 x)) |
Useful iterations: done (2.5s)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 224 | 2340 |
| 1 | 630 | 2027 |
| 2 | 4089 | 1660 |
| done | 5000 | 1636 |
2 alts after pruning (0 fresh and 2 done)
Merged error: 0b
0% (0.0b remaining)
Error of 0.0b against oracle of 0.0b and baseline of 0.0b
Useful iterations: 0 (1.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 21 | 39 |
| 1 | 27 | 39 |
| done | 27 | 39 |
| 977.0ms | 7890× | body | 80 | nan |
| 687.0ms | 8000× | body | 80 | valid |