Time bar (total: 4.7s)
| 59.0ms | 240× | body | 10240 | exit |
| 14.0ms | 421× | body | 80 | nan |
| 8.0ms | 237× | body | 80 | valid |
| 2.0ms | 25× | body | 160 | valid |
Useful iterations: 0 (2.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 19 | 7 |
| 1 | 28 | 7 |
| 2 | 41 | 7 |
| 3 | 75 | 7 |
| 4 | 182 | 7 |
| 5 | 576 | 7 |
| 6 | 2657 | 7 |
| 7 | 5001 | 7 |
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: 4.9b
Found 4 expressions with local error:
| 0.0b | (sqrt (/ (- (exp (* 2.0 x)) 1.0) (- (exp x) 1.0))) |
| 0.0b | (/ (- (exp (* 2.0 x)) 1.0) (- (exp x) 1.0)) |
| 5.2b | (- (exp (* 2.0 x)) 1.0) |
| 5.3b | (- (exp x) 1.0) |
| 6× | flip3-- flip-- |
| 5× | sqrt-div |
| 4× | associate-/r/ associate-/l/ |
| 3× | sqrt-prod |
| 2× | sub-neg frac-2neg clear-num div-inv |
| 1× | pow1/2 div-sub |
| 5.0ms | (sqrt (/ (- (exp (* 2.0 x)) 1.0) (- (exp x) 1.0))) |
| 6.0ms | (/ (- (exp (* 2.0 x)) 1.0) (- (exp x) 1.0)) |
| 4.0ms | (- (exp (* 2.0 x)) 1.0) |
| 5.0ms | (- (exp x) 1.0) |
| 89.0ms | (sqrt (/ (- (exp (* 2.0 x)) 1.0) (- (exp x) 1.0))) |
| 65.0ms | (/ (- (exp (* 2.0 x)) 1.0) (- (exp x) 1.0)) |
| 25.0ms | (- (exp (* 2.0 x)) 1.0) |
| 23.0ms | (- (exp x) 1.0) |
Useful iterations: 3 (46.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 214 | 267 |
| 1 | 556 | 263 |
| 2 | 1769 | 256 |
| 3 | 5002 | 254 |
3 alts after pruning (3 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 34 | 3 | 37 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 35 | 3 | 38 |
Merged error: 0.0b
Found 4 expressions with local error:
| 0.0b | (/ (- (exp (* 2.0 x)) 1.0) (/ (fma (- 1.0) 1.0 (exp (+ x x))) (+ (exp x) 1.0))) |
| 0.0b | (/ (fma (- 1.0) 1.0 (exp (+ x x))) (+ (exp x) 1.0)) |
| 5.2b | (fma (- 1.0) 1.0 (exp (+ x x))) |
| 5.2b | (- (exp (* 2.0 x)) 1.0) |
| 7× | associate-/r/ |
| 3× | frac-2neg clear-num associate-/r* div-inv |
| 2× | flip3-- flip3-+ flip-- flip-+ associate-/l/ |
| 1× | sub-neg div-sub fma-udef |
| 7.0ms | (/ (- (exp (* 2.0 x)) 1.0) (/ (fma (- 1.0) 1.0 (exp (+ x x))) (+ (exp x) 1.0))) |
| 3.0ms | (/ (fma (- 1.0) 1.0 (exp (+ x x))) (+ (exp x) 1.0)) |
| 1.0ms | (fma (- 1.0) 1.0 (exp (+ x x))) |
| 4.0ms | (- (exp (* 2.0 x)) 1.0) |
| 112.0ms | (/ (- (exp (* 2.0 x)) 1.0) (/ (fma (- 1.0) 1.0 (exp (+ x x))) (+ (exp x) 1.0))) |
| 65.0ms | (/ (fma (- 1.0) 1.0 (exp (+ x x))) (+ (exp x) 1.0)) |
| 43.0ms | (fma (- 1.0) 1.0 (exp (+ x x))) |
| 28.0ms | (- (exp (* 2.0 x)) 1.0) |
Useful iterations: 2 (18.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 209 | 259 |
| 1 | 627 | 255 |
| 2 | 2659 | 230 |
| 3 | 5001 | 230 |
3 alts after pruning (2 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 33 | 1 | 34 |
| Fresh | 1 | 1 | 2 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 34 | 3 | 37 |
Merged error: 0.0b
Found 4 expressions with local error:
| 0.0b | (/ (- (exp (* 2.0 x)) 1.0) (/ 1 (/ (+ (exp x) 1.0) (- (exp (* 2 x)) (* 1.0 1.0))))) |
| 0.0b | (/ (+ (exp x) 1.0) (- (exp (* 2 x)) (* 1.0 1.0))) |
| 5.2b | (- (exp (* 2.0 x)) 1.0) |
| 5.2b | (- (exp (* 2 x)) (* 1.0 1.0)) |
| 17× | associate-/r/ |
| 15× | associate-/r* |
| 13× | *-commutative |
| 9× | exp-lft-sqr |
| 6× | associate-/l/ difference-of-squares |
| 5× | flip3-- flip-- |
| 4× | frac-2neg clear-num div-inv |
| 2× | sub-neg flip3-+ prod-diff flip-+ |
| 1× | fma-neg div-sub |
| 11.0ms | (/ (- (exp (* 2.0 x)) 1.0) (/ 1 (/ (+ (exp x) 1.0) (- (exp (* 2 x)) (* 1.0 1.0))))) |
| 8.0ms | (/ (+ (exp x) 1.0) (- (exp (* 2 x)) (* 1.0 1.0))) |
| 3.0ms | (- (exp (* 2.0 x)) 1.0) |
| 5.0ms | (- (exp (* 2 x)) (* 1.0 1.0)) |
| 86.0ms | (/ (- (exp (* 2.0 x)) 1.0) (/ 1 (/ (+ (exp x) 1.0) (- (exp (* 2 x)) (* 1.0 1.0))))) |
| 41.0ms | (/ (+ (exp x) 1.0) (- (exp (* 2 x)) (* 1.0 1.0))) |
| 25.0ms | (- (exp (* 2.0 x)) 1.0) |
| 18.0ms | (- (exp (* 2 x)) (* 1.0 1.0)) |
Useful iterations: 2 (38.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 319 | 377 |
| 1 | 1182 | 361 |
| 2 | 5001 | 344 |
4 alts after pruning (2 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 53 | 1 | 54 |
| Fresh | 0 | 1 | 1 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 1 | 1 |
| Total | 53 | 4 | 57 |
Merged error: 0.0b
Found 4 expressions with local error:
| 0.1b | (* (exp (* 2 x)) (exp (* 2 x))) |
| 0.1b | (pow (exp (* 2 x)) 3) |
| 5.1b | (- (pow (exp (* 2 x)) 3) (pow (* 1.0 1.0) 3)) |
| 5.2b | (- (exp (* 2.0 x)) 1.0) |
| 28× | *-commutative |
| 19× | unpow-prod-down |
| 15× | exp-lft-sqr |
| 14× | exp-prod sqr-pow |
| 12× | prod-diff |
| 9× | unpow3 |
| 6× | difference-of-squares |
| 3× | fma-neg |
| 2× | sub-neg flip3-- pow-pow pow-prod-down pow-sqr pow-prod-up flip-- |
| 1× | difference-cubes pow2 pow-to-exp swap-sqr associate-*r* associate-*l* pow-exp prod-exp unswap-sqr |
| 6.0ms | (* (exp (* 2 x)) (exp (* 2 x))) |
| 3.0ms | (pow (exp (* 2 x)) 3) |
| 9.0ms | (- (pow (exp (* 2 x)) 3) (pow (* 1.0 1.0) 3)) |
| 4.0ms | (- (exp (* 2.0 x)) 1.0) |
| 16.0ms | (* (exp (* 2 x)) (exp (* 2 x))) |
| 26.0ms | (pow (exp (* 2 x)) 3) |
| 44.0ms | (- (pow (exp (* 2 x)) 3) (pow (* 1.0 1.0) 3)) |
| 26.0ms | (- (exp (* 2.0 x)) 1.0) |
Useful iterations: 3 (155.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 287 | 472 |
| 1 | 952 | 323 |
| 2 | 4487 | 283 |
| 3 | 5001 | 281 |
3 alts after pruning (2 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 61 | 1 | 62 |
| Fresh | 0 | 1 | 1 |
| Picked | 1 | 0 | 1 |
| Done | 1 | 1 | 2 |
| Total | 63 | 3 | 66 |
Merged error: 0b
77.8% (0.6b remaining)
Error of 0.7b against oracle of 0.1b and baseline of 2.9b
| Iters | Range | Point | |
|---|---|---|---|
| 0 | -1.4365382038701608e-08 | -1.394695875033139e-08 | -1.41561703945165e-08 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 52 | 44 |
| 1 | 52 | 44 |
| 1.4s | 6812× | body | 10240 | exit |
| 395.0ms | 12826× | body | 80 | nan |
| 247.0ms | 7417× | body | 80 | valid |
| 56.0ms | 721× | body | 160 | valid |