Time bar (total: 6.4s)
| 16.0ms | 542× | pre | 80 | true |
| 15.0ms | 286× | body | 80 | nan |
| 15.0ms | 146× | body | 160 | valid |
| 6.0ms | 110× | body | 80 | valid |
Useful iterations: 2 (5.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 14 | 17 |
| 1 | 24 | 17 |
| 2 | 44 | 16 |
| 3 | 79 | 16 |
| 4 | 92 | 16 |
| 5 | 100 | 16 |
| done | 100 | 16 |
1 alts after pruning (1 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 0 | 1 | 1 |
| Fresh | 1 | 0 | 1 |
| Picked | 0 | 0 | 0 |
| Done | 0 | 0 | 0 |
| Total | 1 | 1 | 2 |
Merged error: 29.8b
Found 4 expressions with local error:
| 0.1b | (sqrt (- (* b b) (* (* 4.0 a) c))) |
| 0.2b | (/ (/ (- (sqrt (- (* b b) (* (* 4.0 a) c))) b) 2.0) a) |
| 0.3b | (- (* b b) (* (* 4.0 a) c)) |
| 29.7b | (- (sqrt (- (* b b) (* (* 4.0 a) c))) b) |
| 138× | times-frac |
| 121× | add-sqr-sqrt |
| 94× | *-un-lft-identity |
| 68× | add-cube-cbrt |
| 26× | difference-of-squares |
| 22× | associate-/l* |
| 16× | sqrt-prod |
| 13× | distribute-lft-out-- |
| 9× | add-exp-log add-cbrt-cube |
| 8× | add-log-exp |
| 5× | pow1 div-inv |
| 3× | cbrt-undiv flip3-- div-exp associate-/r* flip-- |
| 2× | sub-neg sqrt-div diff-log div-sub |
| 1× | rem-sqrt-square frac-2neg sqrt-pow1 pow1/2 clear-num associate-/l/ |
| 4.0ms | (sqrt (- (* b b) (* (* 4.0 a) c))) |
| 16.0ms | (/ (/ (- (sqrt (- (* b b) (* (* 4.0 a) c))) b) 2.0) a) |
| 4.0ms | (- (* b b) (* (* 4.0 a) c)) |
| 8.0ms | (- (sqrt (- (* b b) (* (* 4.0 a) c))) b) |
| 15.0ms | (sqrt (- (* b b) (* (* 4.0 a) c))) |
| 28.0ms | (/ (/ (- (sqrt (- (* b b) (* (* 4.0 a) c))) b) 2.0) a) |
| 9.0ms | (- (* b b) (* (* 4.0 a) c)) |
| 17.0ms | (- (sqrt (- (* b b) (* (* 4.0 a) c))) b) |
Useful iterations: 2 (186.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 277 | 4079 |
| 1 | 660 | 3908 |
| 2 | 2125 | 3756 |
| done | 5001 | 3756 |
22 alts after pruning (22 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 139 | 22 | 161 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 140 | 22 | 162 |
Merged error: 8.6b
Useful iterations: 0 (1.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 0 | 0 |
| done | 0 | 0 |
22 alts after pruning (21 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 0 | 0 | 0 |
| Fresh | 0 | 21 | 21 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 0 | 22 | 22 |
Merged error: 8.6b
Found 2 expressions with local error:
| 0.2b | (/ (/ (* -2.0 (/ (* a c) b)) 2.0) a) |
| 0.3b | (/ (* a c) b) |
| 36× | times-frac |
| 27× | add-exp-log add-cbrt-cube |
| 20× | add-sqr-sqrt add-cube-cbrt *-un-lft-identity |
| 13× | cbrt-undiv div-exp |
| 8× | associate-/l* |
| 6× | associate-/r* div-inv |
| 5× | prod-exp cbrt-unprod |
| 2× | pow1 frac-2neg clear-num add-log-exp |
| 1× | associate-/l/ |
| 11.0ms | (/ (/ (* -2.0 (/ (* a c) b)) 2.0) a) |
| 5.0ms | (/ (* a c) b) |
| 5.0ms | (/ (/ (* -2.0 (/ (* a c) b)) 2.0) a) |
| 5.0ms | (/ (* a c) b) |
Useful iterations: 2 (147.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 167 | 1164 |
| 1 | 455 | 1118 |
| 2 | 2056 | 956 |
| done | 5000 | 956 |
34 alts after pruning (33 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 66 | 13 | 79 |
| Fresh | 0 | 20 | 20 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 1 | 1 |
| Total | 67 | 34 | 101 |
Merged error: 8.5b
Found 4 expressions with local error:
| 0.2b | (/ (/ (* -2.0 (* (/ a (sqrt b)) (/ c (sqrt b)))) 2.0) a) |
| 0.2b | (/ a (sqrt b)) |
| 0.3b | (/ c (sqrt b)) |
| 0.3b | (* (/ a (sqrt b)) (/ c (sqrt b))) |
| 117× | times-frac |
| 106× | add-sqr-sqrt |
| 76× | add-cube-cbrt *-un-lft-identity |
| 53× | add-exp-log add-cbrt-cube |
| 48× | sqrt-prod |
| 23× | cbrt-undiv div-exp |
| 22× | associate-*r* associate-*l* |
| 15× | associate-/r* |
| 13× | prod-exp cbrt-unprod associate-/l* |
| 9× | div-inv unswap-sqr |
| 6× | pow1 |
| 4× | add-log-exp |
| 3× | frac-2neg clear-num |
| 1× | frac-times associate-*r/ pow-prod-down associate-*l/ *-commutative associate-/l/ |
| 16.0ms | (/ (/ (* -2.0 (* (/ a (sqrt b)) (/ c (sqrt b)))) 2.0) a) |
| 5.0ms | (/ a (sqrt b)) |
| 5.0ms | (/ c (sqrt b)) |
| 18.0ms | (* (/ a (sqrt b)) (/ c (sqrt b))) |
| 11.0ms | (/ (/ (* -2.0 (* (/ a (sqrt b)) (/ c (sqrt b)))) 2.0) a) |
| 8.0ms | (/ a (sqrt b)) |
| 8.0ms | (/ c (sqrt b)) |
| 16.0ms | (* (/ a (sqrt b)) (/ c (sqrt b))) |
Useful iterations: 2 (532.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 351 | 3284 |
| 1 | 982 | 3096 |
| 2 | 4347 | 2488 |
| done | 5000 | 2488 |
41 alts after pruning (40 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 206 | 13 | 219 |
| Fresh | 5 | 27 | 32 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 1 | 1 |
| Total | 212 | 41 | 253 |
Merged error: 8.4b
43.5% (7.6b remaining)
Error of 16.6b against oracle of 8.9b and baseline of 22.5b
| Iters | Range | Point | |
|---|---|---|---|
| 0 | 7489.35264549372 | 7494.567155557807 | 7491.959900525763 |
Useful iterations: 0 (1.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 39 |
| 1 | 32 | 39 |
| done | 32 | 39 |
| 486.0ms | 16605× | pre | 80 | true |
| 473.0ms | 8605× | body | 80 | nan |
| 470.0ms | 4527× | body | 160 | valid |
| 183.0ms | 3473× | body | 80 | valid |
Loading profile data...