Time bar (total: 3.3s)
| 27.0ms | 278× | body | 80 | valid |
| 7.0ms | 88× | body | 80 | nan |
Useful iterations: 0 (1.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 38 | 18 |
| 1 | 79 | 18 |
| 2 | 136 | 18 |
| 3 | 161 | 18 |
| 4 | 173 | 18 |
| 5 | 177 | 18 |
| 6 | 177 | 18 |
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: 22.7b
Found 4 expressions with local error:
| 0.7b | (- (neg b) (sqrt (- (* b b) (* (* 4.0 a) c)))) |
| 1.7b | (+ (neg b) (sqrt (- (* b b) (* (* 4.0 a) c)))) |
| 24.6b | (sqrt (- (* b b) (* (* 4.0 a) c))) |
| 24.6b | (sqrt (- (* b b) (* (* 4.0 a) c))) |
| 14× | *-un-lft-identity |
| 12× | add-sqr-sqrt add-log-exp |
| 7× | sqrt-prod |
| 6× | pow1 add-cube-cbrt |
| 4× | add-exp-log sqrt-div add-cbrt-cube |
| 3× | flip3-- flip-- |
| 2× | neg-sub0 rem-sqrt-square distribute-rgt-neg-in sqrt-pow1 pow1/2 diff-log neg-log sum-log distribute-lft-out distribute-lft-out-- difference-of-squares |
| 1× | +-commutative associate--l- associate-+l- sub-neg flip3-+ flip-+ |
| 8.0ms | (- (neg b) (sqrt (- (* b b) (* (* 4.0 a) c)))) |
| 7.0ms | (+ (neg b) (sqrt (- (* b b) (* (* 4.0 a) c)))) |
| 3.0ms | (sqrt (- (* b b) (* (* 4.0 a) c))) |
| 3.0ms | (sqrt (- (* b b) (* (* 4.0 a) c))) |
| 15.0ms | (- (neg b) (sqrt (- (* b b) (* (* 4.0 a) c)))) |
| 14.0ms | (+ (neg b) (sqrt (- (* b b) (* (* 4.0 a) c)))) |
| 14.0ms | (sqrt (- (* b b) (* (* 4.0 a) c))) |
| 17.0ms | (sqrt (- (* b b) (* (* 4.0 a) c))) |
Useful iterations: 3 (105.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 248 | 644 |
| 1 | 898 | 606 |
| 2 | 3865 | 590 |
| 3 | 5001 | 586 |
7 alts after pruning (7 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 68 | 7 | 75 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 69 | 7 | 76 |
Merged error: 7.8b
Found 4 expressions with local error:
| 0.7b | (- (neg b) (sqrt (- (* b b) (* (* 4.0 a) c)))) |
| 4.1b | (/ (* 2.0 c) (- (* 2.0 (/ (* a c) b)) (* 2 b))) |
| 5.2b | (/ (* a c) b) |
| 24.6b | (sqrt (- (* b b) (* (* 4.0 a) c))) |
| 14× | add-exp-log add-sqr-sqrt add-cbrt-cube |
| 13× | *-un-lft-identity |
| 9× | add-cube-cbrt |
| 8× | add-log-exp |
| 6× | times-frac associate-/r* |
| 5× | pow1 |
| 4× | cbrt-undiv div-exp sqrt-prod |
| 3× | flip3-- flip-- |
| 2× | frac-2neg sqrt-div diff-log prod-exp clear-num associate-/r/ cbrt-unprod div-inv associate-/l* distribute-lft-out-- difference-of-squares |
| 1× | associate--l- neg-sub0 sub-neg rem-sqrt-square distribute-rgt-neg-in sqrt-pow1 pow1/2 neg-log |
| 8.0ms | (- (neg b) (sqrt (- (* b b) (* (* 4.0 a) c)))) |
| 8.0ms | (/ (* 2.0 c) (- (* 2.0 (/ (* a c) b)) (* 2 b))) |
| 4.0ms | (/ (* a c) b) |
| 5.0ms | (sqrt (- (* b b) (* (* 4.0 a) c))) |
| 15.0ms | (- (neg b) (sqrt (- (* b b) (* (* 4.0 a) c)))) |
| 16.0ms | (/ (* 2.0 c) (- (* 2.0 (/ (* a c) b)) (* 2 b))) |
| 5.0ms | (/ (* a c) b) |
| 14.0ms | (sqrt (- (* b b) (* (* 4.0 a) c))) |
Useful iterations: 2 (44.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 447 | 687 |
| 1 | 2162 | 609 |
| 2 | 5001 | 607 |
7 alts after pruning (7 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 86 | 3 | 89 |
| Fresh | 2 | 4 | 6 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 89 | 7 | 96 |
Merged error: 6.8b
Found 4 expressions with local error:
| 0.7b | (- (neg b) (sqrt (- (* b b) (* (* 4.0 a) c)))) |
| 3.3b | (* a (/ c b)) |
| 4.1b | (/ (* 2.0 c) (- (* 2.0 (* a (/ c b))) (* 2 b))) |
| 24.6b | (sqrt (- (* b b) (* (* 4.0 a) c))) |
| 25× | add-sqr-sqrt |
| 19× | *-un-lft-identity |
| 15× | add-cube-cbrt |
| 14× | add-exp-log add-cbrt-cube |
| 13× | times-frac associate-*r* |
| 8× | add-log-exp |
| 7× | pow1 |
| 4× | sqrt-prod |
| 3× | cbrt-undiv flip3-- div-exp associate-*l* prod-exp associate-/r* flip-- cbrt-unprod |
| 2× | sqrt-div diff-log associate-/r/ div-inv distribute-lft-out-- difference-of-squares unswap-sqr |
| 1× | associate--l- neg-sub0 sub-neg rem-sqrt-square distribute-rgt-neg-in frac-2neg sqrt-pow1 pow1/2 associate-*r/ pow-prod-down neg-log clear-num *-commutative associate-/l* |
| 8.0ms | (- (neg b) (sqrt (- (* b b) (* (* 4.0 a) c)))) |
| 6.0ms | (* a (/ c b)) |
| 9.0ms | (/ (* 2.0 c) (- (* 2.0 (* a (/ c b))) (* 2 b))) |
| 3.0ms | (sqrt (- (* b b) (* (* 4.0 a) c))) |
| 16.0ms | (- (neg b) (sqrt (- (* b b) (* (* 4.0 a) c)))) |
| 5.0ms | (* a (/ c b)) |
| 16.0ms | (/ (* 2.0 c) (- (* 2.0 (* a (/ c b))) (* 2 b))) |
| 14.0ms | (sqrt (- (* b b) (* (* 4.0 a) c))) |
Useful iterations: 2 (55.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 511 | 735 |
| 1 | 2479 | 657 |
| 2 | 5002 | 655 |
8 alts after pruning (8 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 97 | 3 | 100 |
| Fresh | 1 | 5 | 6 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 99 | 8 | 107 |
Merged error: 6.8b
Found 4 expressions with local error:
| 1.2b | (* (cbrt a) (/ c b)) |
| 2.4b | (* (* (cbrt a) (cbrt a)) (* (cbrt a) (/ c b))) |
| 4.1b | (/ (* 2.0 c) (- (* 2.0 (* (* (cbrt a) (cbrt a)) (* (cbrt a) (/ c b)))) (* 2 b))) |
| 24.6b | (sqrt (- (* b b) (* (* 4.0 a) c))) |
| 35× | add-exp-log |
| 27× | add-sqr-sqrt |
| 23× | add-cbrt-cube |
| 19× | pow1 |
| 16× | add-cube-cbrt *-un-lft-identity prod-exp cbrt-unprod |
| 14× | times-frac associate-*r* |
| 9× | pow-prod-down |
| 7× | associate-*l* |
| 5× | cbrt-undiv cbrt-prod div-exp |
| 4× | add-log-exp unswap-sqr |
| 3× | associate-*r/ associate-/r* sqrt-prod |
| 2× | flip3-- sqrt-div associate-/r/ *-commutative flip-- div-inv |
| 1× | rem-sqrt-square frac-2neg sqrt-pow1 pow1/2 clear-num associate-/l* |
| 7.0ms | (* (cbrt a) (/ c b)) |
| 10.0ms | (* (* (cbrt a) (cbrt a)) (* (cbrt a) (/ c b))) |
| 16.0ms | (/ (* 2.0 c) (- (* 2.0 (* (* (cbrt a) (cbrt a)) (* (cbrt a) (/ c b)))) (* 2 b))) |
| 3.0ms | (sqrt (- (* b b) (* (* 4.0 a) c))) |
| 30.0ms | (* (cbrt a) (/ c b)) |
| 8.0ms | (* (* (cbrt a) (cbrt a)) (* (cbrt a) (/ c b))) |
| 21.0ms | (/ (* 2.0 c) (- (* 2.0 (* (* (cbrt a) (cbrt a)) (* (cbrt a) (/ c b)))) (* 2 b))) |
| 14.0ms | (sqrt (- (* b b) (* (* 4.0 a) c))) |
Useful iterations: 2 (60.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 604 | 1041 |
| 1 | 2731 | 851 |
| 2 | 5001 | 816 |
8 alts after pruning (8 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 112 | 2 | 114 |
| Fresh | 1 | 6 | 7 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 114 | 8 | 122 |
Merged error: 6.8b
92.4% (1.2b remaining)
Error of 7.8b against oracle of 6.6b and baseline of 22.2b
| Iters | Range | Point | |
|---|---|---|---|
| 9 | 7.012417207579252e+108 | 6.866534780894548e+114 | 1.2836931049081647e+114 |
| 9 | -7.21165770739688e+50 | -1.2355930349392776e+42 | -5.400759275415969e+50 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 54 | 42 |
| 1 | 54 | 42 |
| 746.0ms | 8764× | body | 80 | valid |
| 234.0ms | 2909× | body | 80 | nan |
Loading profile data...