Time bar (total: 5.4s)
| 14.0ms | 256× | body | 80 | valid |
| 8.0ms | 256× | pre | 80 | true |
Useful iterations: done (649.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 10 | 25 |
| 1 | 31 | 25 |
| 2 | 163 | 23 |
| 3 | 885 | 19 |
| done | 5000 | 17 |
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: 15.6b
Found 2 expressions with local error:
| 0.1b | (* (/ i 2.0) (/ (/ i (- (* (* 2.0 i) (* 2.0 i)) 1.0)) 2.0)) |
| 14.9b | (/ i (- (* (* 2.0 i) (* 2.0 i)) 1.0)) |
| 120× | times-frac |
| 95× | add-sqr-sqrt |
| 61× | add-cube-cbrt *-un-lft-identity |
| 58× | associate-*r* |
| 25× | add-exp-log add-cbrt-cube |
| 13× | associate-*l* difference-of-squares |
| 10× | cbrt-undiv div-exp |
| 8× | associate-/r/ |
| 6× | prod-exp cbrt-unprod div-inv unswap-sqr |
| 4× | pow1 flip3-- associate-/r* flip-- |
| 3× | associate-/l* |
| 2× | add-log-exp |
| 1× | frac-times frac-2neg associate-*r/ pow-prod-down associate-*l/ clear-num *-commutative |
| 38.0ms | (* (/ i 2.0) (/ (/ i (- (* (* 2.0 i) (* 2.0 i)) 1.0)) 2.0)) |
| 11.0ms | (/ i (- (* (* 2.0 i) (* 2.0 i)) 1.0)) |
| 6.0ms | (* (/ i 2.0) (/ (/ i (- (* (* 2.0 i) (* 2.0 i)) 1.0)) 2.0)) |
| 6.0ms | (/ i (- (* (* 2.0 i) (* 2.0 i)) 1.0)) |
Useful iterations: 2 (300.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 295 | 3073 |
| 1 | 952 | 2969 |
| 2 | 4209 | 2619 |
| done | 5000 | 2619 |
2 alts after pruning (2 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 138 | 2 | 140 |
| Fresh | 1 | 0 | 1 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 140 | 2 | 142 |
Merged error: 0b
Found 3 expressions with local error:
| 0.0b | (/ i (- (* 2.0 i) (sqrt 1.0))) |
| 0.0b | (/ (/ i 2.0) (+ (* 2.0 i) (sqrt 1.0))) |
| 0.0b | (* (/ (/ i 2.0) (+ (* 2.0 i) (sqrt 1.0))) (/ (/ i (- (* 2.0 i) (sqrt 1.0))) 2.0)) |
| 240× | times-frac |
| 161× | add-sqr-sqrt |
| 125× | add-cube-cbrt *-un-lft-identity |
| 49× | associate-*r* |
| 46× | add-exp-log add-cbrt-cube |
| 45× | associate-*l* |
| 22× | cbrt-undiv div-exp |
| 16× | associate-/l* |
| 14× | div-inv |
| 12× | associate-/r/ |
| 9× | prod-exp cbrt-unprod unswap-sqr |
| 6× | associate-/r* |
| 5× | pow1 |
| 4× | flip3-- flip-- |
| 3× | add-log-exp |
| 2× | frac-2neg flip3-+ clear-num flip-+ |
| 1× | frac-times associate-*r/ pow-prod-down associate-*l/ *-commutative associate-/l/ |
| 7.0ms | (/ i (- (* 2.0 i) (sqrt 1.0))) |
| 10.0ms | (/ (/ i 2.0) (+ (* 2.0 i) (sqrt 1.0))) |
| 56.0ms | (* (/ (/ i 2.0) (+ (* 2.0 i) (sqrt 1.0))) (/ (/ i (- (* 2.0 i) (sqrt 1.0))) 2.0)) |
| 5.0ms | (/ i (- (* 2.0 i) (sqrt 1.0))) |
| 6.0ms | (/ (/ i 2.0) (+ (* 2.0 i) (sqrt 1.0))) |
| 14.0ms | (* (/ (/ i 2.0) (+ (* 2.0 i) (sqrt 1.0))) (/ (/ i (- (* 2.0 i) (sqrt 1.0))) 2.0)) |
Useful iterations: done (405.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 431 | 5884 |
| 1 | 1410 | 5670 |
| done | 5000 | 5525 |
2 alts after pruning (1 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 243 | 0 | 243 |
| Fresh | 0 | 1 | 1 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 243 | 2 | 245 |
Merged error: 0b
Found 3 expressions with local error:
| 0.0b | (/ (/ 1 (- (* (* 2.0 i) (* 2.0 i)) 1.0)) 2.0) |
| 0.2b | (/ 1 (- (* (* 2.0 i) (* 2.0 i)) 1.0)) |
| 15.6b | (* (* (/ i 2.0) i) (/ (/ 1 (- (* (* 2.0 i) (* 2.0 i)) 1.0)) 2.0)) |
| 204× | times-frac |
| 131× | add-sqr-sqrt |
| 106× | add-cube-cbrt *-un-lft-identity |
| 76× | add-exp-log |
| 58× | associate-*r* |
| 46× | add-cbrt-cube |
| 31× | div-exp |
| 25× | prod-exp difference-of-squares |
| 21× | associate-/l* |
| 16× | cbrt-undiv associate-/r/ |
| 15× | cbrt-unprod |
| 10× | div-inv |
| 9× | pow1 |
| 8× | flip3-- flip-- |
| 7× | associate-/r* |
| 5× | rec-exp 1-exp |
| 3× | pow-prod-down associate-*l/ add-log-exp |
| 2× | frac-2neg clear-num |
| 1× | frac-times pow-flip associate-*r/ associate-*l* *-commutative associate-/l/ inv-pow |
| 15.0ms | (/ (/ 1 (- (* (* 2.0 i) (* 2.0 i)) 1.0)) 2.0) |
| 11.0ms | (/ 1 (- (* (* 2.0 i) (* 2.0 i)) 1.0)) |
| 28.0ms | (* (* (/ i 2.0) i) (/ (/ 1 (- (* (* 2.0 i) (* 2.0 i)) 1.0)) 2.0)) |
| 5.0ms | (/ (/ 1 (- (* (* 2.0 i) (* 2.0 i)) 1.0)) 2.0) |
| 4.0ms | (/ 1 (- (* (* 2.0 i) (* 2.0 i)) 1.0)) |
| 6.0ms | (* (* (/ i 2.0) i) (/ (/ 1 (- (* (* 2.0 i) (* 2.0 i)) 1.0)) 2.0)) |
Useful iterations: 2 (397.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 367 | 5617 |
| 1 | 1106 | 5210 |
| 2 | 4711 | 4409 |
| done | 5000 | 4409 |
2 alts after pruning (0 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 234 | 0 | 234 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 1 | 1 |
| Total | 234 | 2 | 236 |
Merged error: 0b
0% (0.0b remaining)
Error of 0.1b against oracle of 0.0b and baseline of 0.1b
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 12 | 21 |
| 1 | 15 | 21 |
| done | 15 | 21 |
| 444.0ms | 8000× | body | 80 | valid |
| 92.0ms | 8000× | pre | 80 | true |
Loading profile data...