Details

Time bar (total: 2.3s)

sample25.0ms

Algorithm
intervals
Results
7.0ms45×body1280valid
5.0ms46×body640valid
4.0ms128×body80valid
2.0ms27×body320valid
1.0ms10×body160valid

simplify17.0ms

Algorithm
egg-herbie
Counts
1 → 1
Iterations

Useful iterations: 0 (1.0ms)

IterNodesCost
0126
1166
2196
3216
4276
5396
6586
7796
81076
91606
102776
113036
123036

prune2.0ms

Filtered
1 candidates to 0 candidates (100.0%)
Pruning

2 alts after pruning (2 fresh and 0 done)

PrunedKeptTotal
New011
Fresh011
Picked000
Done000
Total022

Merged error: 29.9b

Counts
2 → 1

localize6.0ms

Local error

Found 3 expressions with local error:

0.0b
(/ (+ x 1.0) (- x 1.0))
0.0b
(/ x (+ x 1.0))
2.2b
(- (/ x (+ x 1.0)) (/ (+ x 1.0) (- x 1.0)))

rewrite47.0ms

Algorithm
rewrite-expression-head
Rules
99×*-un-lft-identity
52×times-frac
45×add-sqr-sqrt
23×add-cube-cbrt
18×distribute-lft-out distribute-lft-out--
associate-/r* difference-of-squares
add-exp-log add-cbrt-cube associate-/l*
add-log-exp
associate-/r/
pow1
cbrt-undiv flip3-- frac-2neg flip3-+ div-exp clear-num flip-- flip-+ div-inv associate-/l/
sub-neg diff-log frac-sub
Counts
3 → 104
Calls
3 calls:
7.0ms
(/ (+ x 1.0) (- x 1.0))
5.0ms
(/ x (+ x 1.0))
31.0ms
(- (/ x (+ x 1.0)) (/ (+ x 1.0) (- x 1.0)))

series12.0ms

Counts
3 → 9
Calls
3 calls:
3.0ms
(/ (+ x 1.0) (- x 1.0))
2.0ms
(/ x (+ x 1.0))
7.0ms
(- (/ x (+ x 1.0)) (/ (+ x 1.0) (- x 1.0)))

simplify42.0ms

Algorithm
egg-herbie
Counts
113 → 113
Iterations

Useful iterations: 2 (32.0ms)

IterNodesCost
0392760
11379726
25001716

prune173.0ms

Filtered
113 candidates to 76 candidates (32.7%)
Pruning

5 alts after pruning (5 fresh and 0 done)

PrunedKeptTotal
New1085113
Fresh000
Picked101
Done000
Total1095114

Merged error: 0.1b

Counts
114 → 5

localize9.0ms

Local error

Found 4 expressions with local error:

0.0b
(/ x (+ x 1.0))
0.0b
(exp (/ x (+ x 1.0)))
2.2b
(- (log (exp (/ x (+ x 1.0)))) (/ (+ x 1.0) (- x 1.0)))
2.6b
(log (exp (/ x (+ x 1.0))))

rewrite55.0ms

Algorithm
rewrite-expression-head
Rules
54×*-un-lft-identity
37×times-frac
36×add-sqr-sqrt exp-prod
31×add-cube-cbrt
20×log-pow
10×distribute-lft-out
pow1 add-exp-log log-prod associate-/r/ add-cbrt-cube add-log-exp
associate-/r*
flip3-+ associate--l+ flip-+ div-inv associate-/l*
distribute-lft-out-- difference-of-squares
cbrt-undiv sub-neg flip3-- frac-2neg diff-log div-exp rem-log-exp clear-num flip-- rem-exp-log
Counts
4 → 108
Calls
4 calls:
5.0ms
(/ x (+ x 1.0))
5.0ms
(exp (/ x (+ x 1.0)))
33.0ms
(- (log (exp (/ x (+ x 1.0)))) (/ (+ x 1.0) (- x 1.0)))
6.0ms
(log (exp (/ x (+ x 1.0))))

series15.0ms

Counts
4 → 12
Calls
4 calls:
2.0ms
(/ x (+ x 1.0))
3.0ms
(exp (/ x (+ x 1.0)))
7.0ms
(- (log (exp (/ x (+ x 1.0)))) (/ (+ x 1.0) (- x 1.0)))
3.0ms
(log (exp (/ x (+ x 1.0))))

simplify126.0ms

Algorithm
egg-herbie
Counts
120 → 120
Iterations

Useful iterations: 2 (25.0ms)

IterNodesCost
0340707
11019638
23884627
35001627

prune168.0ms

Filtered
120 candidates to 90 candidates (25.0%)
Pruning

5 alts after pruning (4 fresh and 1 done)

PrunedKeptTotal
New1200120
Fresh044
Picked011
Done000
Total1205125

Merged error: 0.1b

Counts
125 → 5

localize9.0ms

Local error

Found 4 expressions with local error:

0.3b
(cbrt (+ x 1.0))
0.3b
(cbrt (+ x 1.0))
0.3b
(* (cbrt (+ x 1.0)) (cbrt (+ x 1.0)))
20.1b
(- (/ x (+ x 1.0)) (* (* (cbrt (+ x 1.0)) (cbrt (+ x 1.0))) (/ (cbrt (+ x 1.0)) (- x 1.0))))

rewrite32.0ms

Algorithm
rewrite-expression-head
Rules
40×cbrt-div
32×cbrt-prod *-un-lft-identity
22×add-sqr-sqrt
20×frac-times flip3-+ flip-+
17×frac-sub
14×add-cube-cbrt associate-*l/
11×pow1
swap-sqr
pow1/3 distribute-lft-out
associate-*r/ associate-*r* associate-*l*
add-exp-log add-log-exp
add-cbrt-cube unswap-sqr
pow-prod-down pow-sqr pow-prod-up
pow2 sub-neg flip3-- pow-plus diff-log prod-exp *-commutative flip-- cbrt-unprod
Counts
4 → 110
Calls
4 calls:
3.0ms
(cbrt (+ x 1.0))
3.0ms
(cbrt (+ x 1.0))
9.0ms
(* (cbrt (+ x 1.0)) (cbrt (+ x 1.0)))
12.0ms
(- (/ x (+ x 1.0)) (* (* (cbrt (+ x 1.0)) (cbrt (+ x 1.0))) (/ (cbrt (+ x 1.0)) (- x 1.0))))

series25.0ms

Counts
4 → 12
Calls
4 calls:
6.0ms
(cbrt (+ x 1.0))
6.0ms
(cbrt (+ x 1.0))
6.0ms
(* (cbrt (+ x 1.0)) (cbrt (+ x 1.0)))
7.0ms
(- (/ x (+ x 1.0)) (* (* (cbrt (+ x 1.0)) (cbrt (+ x 1.0))) (/ (cbrt (+ x 1.0)) (- x 1.0))))

simplify77.0ms

Algorithm
egg-herbie
Counts
122 → 122
Iterations

Useful iterations: 2 (63.0ms)

IterNodesCost
06851563
124361476
250011428

prune260.0ms

Filtered
122 candidates to 82 candidates (32.8%)
Pruning

7 alts after pruning (5 fresh and 2 done)

PrunedKeptTotal
New1193122
Fresh123
Picked011
Done011
Total1207127

Merged error: 0.1b

Counts
127 → 7

localize10.0ms

Local error

Found 3 expressions with local error:

0.0b
(* (+ x 1.0) (+ x 1.0))
0.0b
(/ (- (* x (- x 1.0)) (* (+ x 1.0) (+ x 1.0))) (- (* x x) (* 1.0 1.0)))
15.7b
(- (* x (- x 1.0)) (* (+ x 1.0) (+ x 1.0)))

rewrite35.0ms

Algorithm
rewrite-expression-head
Rules
42×associate-*r/
32×frac-sub
30×*-un-lft-identity flip3-+ flip-+
20×frac-times
19×flip3-- flip--
18×add-sqr-sqrt associate-/l/
16×add-cube-cbrt
12×times-frac
10×pow1 associate-*l/
add-exp-log add-cbrt-cube
swap-sqr distribute-lft-out
add-log-exp
distribute-rgt-in distribute-lft-in associate-*r* associate-*l* associate--l+ associate-/r* difference-of-squares
sub-neg associate-/l*
associate-/r/ associate--r+
cbrt-undiv pow2 frac-2neg pow-plus diff-log div-sub div-exp pow-prod-down prod-exp clear-num pow-sqr *-commutative pow-prod-up cbrt-unprod div-inv unswap-sqr
Counts
3 → 126
Calls
3 calls:
8.0ms
(* (+ x 1.0) (+ x 1.0))
13.0ms
(/ (- (* x (- x 1.0)) (* (+ x 1.0) (+ x 1.0))) (- (* x x) (* 1.0 1.0)))
8.0ms
(- (* x (- x 1.0)) (* (+ x 1.0) (+ x 1.0)))

series10.0ms

Counts
3 → 9
Calls
3 calls:
2.0ms
(* (+ x 1.0) (+ x 1.0))
4.0ms
(/ (- (* x (- x 1.0)) (* (+ x 1.0) (+ x 1.0))) (- (* x x) (* 1.0 1.0)))
4.0ms
(- (* x (- x 1.0)) (* (+ x 1.0) (+ x 1.0)))

simplify123.0ms

Algorithm
egg-herbie
Counts
135 → 135
Iterations

Useful iterations: 2 (104.0ms)

IterNodesCost
07191640
140331538
250031533

prune219.0ms

Filtered
135 candidates to 92 candidates (31.9%)
Pruning

3 alts after pruning (2 fresh and 1 done)

PrunedKeptTotal
New1341135
Fresh314
Picked101
Done112
Total1393142

Merged error: 0.0b

Counts
142 → 3

regimes36.0ms

Accuracy

100% (0.0b remaining)

Error of 0.0b against oracle of 0.0b and baseline of 15.2b

bsearch18.0ms

Steps
ItersRangePoint
9
7423.9342200737565
94425228992.39874
97779899.39815049
2
-3787208771264.523
-3299728841212.5835
-3604403797495.046

simplify2.0ms

Algorithm
egg-herbie
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
03715
14415
24415

end0.0ms

sample728.0ms

Algorithm
intervals
Results
252.0ms1718×body1280valid
149.0ms1274×body640valid
127.0ms4099×body80valid
50.0ms585×body320valid
19.0ms324×body160valid

Profiling

Loading profile data...