Time bar (total: 2.6s)
| True | Other | False | Iter |
|---|---|---|---|
| 0% | 99.9% | 0.1% | 0 |
| 0% | 99.9% | 0.1% | 1 |
| 0% | 99.9% | 0.1% | 2 |
| 0% | 99.9% | 0.1% | 3 |
| 0% | 99.9% | 0.1% | 4 |
| 49.9% | 49.9% | 0.1% | 5 |
| 74.9% | 25% | 0.1% | 6 |
| 87.4% | 12.5% | 0.1% | 7 |
| 93.6% | 6.2% | 0.1% | 8 |
| 96.7% | 3.1% | 0.1% | 9 |
| 98.3% | 1.6% | 0.1% | 10 |
| 99.1% | 0.8% | 0.1% | 11 |
| 99.5% | 0.4% | 0.1% | 12 |
| 99.7% | 0.2% | 0.1% | 13 |
| 99.8% | 0.1% | 0.1% | 14 |
| 11.0ms | 256× | body | 80 | valid |
Useful iterations: 0 (2.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 21 | 14 |
| 1 | 21 | 14 |
1 alts after pruning (1 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1 | 0 | 1 |
| Fresh | 0 | 1 | 1 |
| Picked | 0 | 0 | 0 |
| Done | 0 | 0 | 0 |
| Total | 1 | 1 | 2 |
Merged error: 35.5b
Found 3 expressions with local error:
| 0.0b | (+ (* x x) (* y y)) |
| 0.1b | (/ (+ (+ (* x x) (* y y)) (* z z)) 3.0) |
| 32.8b | (sqrt (/ (+ (+ (* x x) (* y y)) (* z z)) 3.0)) |
| 21× | add-sqr-sqrt |
| 19× | times-frac |
| 18× | add-cube-cbrt *-un-lft-identity |
| 13× | sqrt-prod |
| 5× | add-exp-log add-cbrt-cube add-log-exp |
| 4× | pow1 |
| 3× | associate-/r* associate-/l* |
| 2× | rem-sqrt-square flip3-+ flip-+ div-inv associate-/l/ |
| 1× | cbrt-undiv +-commutative frac-2neg sqrt-pow1 pow1/2 sqrt-div div-exp clear-num sum-log |
| 4.0ms | (+ (* x x) (* y y)) |
| 9.0ms | (/ (+ (+ (* x x) (* y y)) (* z z)) 3.0) |
| 6.0ms | (sqrt (/ (+ (+ (* x x) (* y y)) (* z z)) 3.0)) |
| 6.0ms | (+ (* x x) (* y y)) |
| 13.0ms | (/ (+ (+ (* x x) (* y y)) (* z z)) 3.0) |
| 27.0ms | (sqrt (/ (+ (+ (* x x) (* y y)) (* z z)) 3.0)) |
Useful iterations: 0 (51.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 4941 | 1233 |
| 1 | 4941 | 1233 |
6 alts after pruning (5 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 69 | 5 | 74 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 69 | 6 | 75 |
Merged error: 17.2b
Found 3 expressions with local error:
| 0.0b | (+ (* y y) (* z z)) |
| 0.4b | (* (sqrt (+ (* x x) (+ (* y y) (* z z)))) (sqrt (/ 1 3.0))) |
| 32.8b | (sqrt (+ (* x x) (+ (* y y) (* z z)))) |
| 33× | add-sqr-sqrt |
| 29× | sqrt-prod |
| 16× | *-un-lft-identity associate-*r* |
| 14× | add-cube-cbrt |
| 13× | times-frac |
| 9× | sqrt-div |
| 8× | pow1 unswap-sqr |
| 6× | associate-*l* |
| 5× | add-exp-log add-cbrt-cube add-log-exp |
| 4× | flip3-+ flip-+ |
| 3× | sqrt-pow1 pow1/2 pow-prod-down |
| 2× | frac-times associate-*l/ |
| 1× | +-commutative rem-sqrt-square sqrt-unprod associate-*r/ prod-exp sum-log *-commutative cbrt-unprod div-inv |
| 4.0ms | (+ (* y y) (* z z)) |
| 14.0ms | (* (sqrt (+ (* x x) (+ (* y y) (* z z)))) (sqrt (/ 1 3.0))) |
| 6.0ms | (sqrt (+ (* x x) (+ (* y y) (* z z)))) |
| 5.0ms | (+ (* y y) (* z z)) |
| 26.0ms | (* (sqrt (+ (* x x) (+ (* y y) (* z z)))) (sqrt (/ 1 3.0))) |
| 20.0ms | (sqrt (+ (* x x) (+ (* y y) (* z z)))) |
Useful iterations: 0 (63.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 4946 | 1444 |
| 1 | 4946 | 1444 |
6 alts after pruning (4 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 84 | 0 | 84 |
| Fresh | 0 | 4 | 4 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 1 | 1 |
| Total | 84 | 6 | 90 |
Merged error: 17.2b
Found 3 expressions with local error:
| 0.0b | (+ (* y y) (* z z)) |
| 0.4b | (/ (sqrt (+ (* x x) (+ (* y y) (* z z)))) (sqrt 3.0)) |
| 32.8b | (sqrt (+ (* x x) (+ (* y y) (* z z)))) |
| 45× | sqrt-prod |
| 36× | times-frac |
| 33× | add-sqr-sqrt |
| 32× | add-cube-cbrt *-un-lft-identity |
| 6× | associate-/r* associate-/l* |
| 5× | add-exp-log add-cbrt-cube add-log-exp |
| 4× | pow1 sqrt-div |
| 3× | flip3-+ flip-+ |
| 2× | associate-/l/ |
| 1× | cbrt-undiv +-commutative rem-sqrt-square sqrt-undiv frac-2neg sqrt-pow1 pow1/2 div-exp clear-num sum-log div-inv |
| 4.0ms | (+ (* y y) (* z z)) |
| 9.0ms | (/ (sqrt (+ (* x x) (+ (* y y) (* z z)))) (sqrt 3.0)) |
| 6.0ms | (sqrt (+ (* x x) (+ (* y y) (* z z)))) |
| 5.0ms | (+ (* y y) (* z z)) |
| 31.0ms | (/ (sqrt (+ (* x x) (+ (* y y) (* z z)))) (sqrt 3.0)) |
| 18.0ms | (sqrt (+ (* x x) (+ (* y y) (* z z)))) |
Useful iterations: 0 (36.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 5240 | 1945 |
9 alts after pruning (6 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 95 | 3 | 98 |
| Fresh | 0 | 3 | 3 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 2 | 2 |
| Total | 95 | 9 | 104 |
Merged error: 17.2b
Found 1 expressions with local error:
| 0.2b | (* z (sqrt 0.3333333333333333)) |
| 8× | add-sqr-sqrt |
| 6× | associate-*r* |
| 4× | add-cube-cbrt *-un-lft-identity sqrt-prod |
| 3× | pow1 add-exp-log associate-*l* add-cbrt-cube |
| 2× | unswap-sqr |
| 1× | pow-prod-down prod-exp *-commutative cbrt-unprod add-log-exp |
| 4.0ms | (* z (sqrt 0.3333333333333333)) |
| 4.0ms | (* z (sqrt 0.3333333333333333)) |
Useful iterations: 0 (39.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 4990 | 133 |
| 1 | 4990 | 133 |
12 alts after pruning (8 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 22 | 3 | 25 |
| Fresh | 0 | 5 | 5 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 3 | 3 |
| Total | 22 | 12 | 34 |
Merged error: 17.2b
62.4% (7.4b remaining)
Error of 25.6b against oracle of 18.2b and baseline of 37.9b
| Iters | Range | Point | |
|---|---|---|---|
| 9 | 1.7279637673121227e+103 | 5.927875370263833e+108 | 2.5794020723223665e+108 |
| 5 | -3.4557017997763558e+134 | -1.2643486492392616e+134 | -2.555293556764265e+134 |
Useful iterations: 0 (1.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 47 | 31 |
| 1 | 47 | 31 |
| 387.0ms | 8000× | body | 80 | valid |
Loading profile data...