Details

Time bar (total: 3.6s)

sample80.0ms

Algorithm
intervals
Results
40.0ms112×body1280valid
20.0ms83×body640valid
7.0ms40×body320valid
3.0ms256×pre80true
2.0ms21×body160valid

simplify151.0ms

Algorithm
egg-herbie
Counts
1 → 1
Iterations

Useful iterations: 0 (1.0ms)

IterNodesCost
0188
1438
21238
32128
43748
54968
67158
79678
811218
912218
1014818
1116598
1220398
1323768
1432098
1550018

prune3.0ms

Pruning

2 alts after pruning (2 fresh and 0 done)

PrunedKeptTotal
New011
Fresh011
Picked000
Done000
Total022

Merged error: 63.0b

Counts
2 → 1

localize13.0ms

Local error

Found 3 expressions with local error:

0.2b
(* (+ n 1.0) (log (+ n 1.0)))
0.2b
(* n (log n))
7.8b
(- (* (+ n 1.0) (log (+ n 1.0))) (* n (log n)))

rewrite23.0ms

Algorithm
rewrite-expression-head
Rules
28×log-prod
25×*-un-lft-identity
19×add-sqr-sqrt
15×add-cube-cbrt
14×distribute-rgt-in distribute-lft-in
pow1
associate-*r* associate--l+
add-exp-log associate-*l* add-cbrt-cube
associate--r+
distribute-lft-out add-log-exp
pow-prod-down associate-*l/ prod-exp log-pow *-commutative cbrt-unprod unswap-sqr
sub-neg flip3-- flip3-+ diff-log flip-- flip-+
Counts
3 → 81
Calls
3 calls:
8.0ms
(* (+ n 1.0) (log (+ n 1.0)))
4.0ms
(* n (log n))
9.0ms
(- (* (+ n 1.0) (log (+ n 1.0))) (* n (log n)))

series31.0ms

Counts
3 → 9
Calls
3 calls:
5.0ms
(* (+ n 1.0) (log (+ n 1.0)))
15.0ms
(* n (log n))
11.0ms
(- (* (+ n 1.0) (log (+ n 1.0))) (* n (log n)))

simplify51.0ms

Algorithm
egg-herbie
Counts
90 → 90
Iterations

Useful iterations: 2 (44.0ms)

IterNodesCost
0439660
11891592
25001573

prune126.0ms

Filtered
63 candidates to 90 candidates (-42.9%)
Pruning

1 alts after pruning (1 fresh and 0 done)

PrunedKeptTotal
New89190
Fresh000
Picked101
Done000
Total90191

Merged error: 0.0b

Counts
91 → 1

localize17.0ms

Local error

Found 4 expressions with local error:

0.0b
(- (+ (* 1.0 (log 1)) (+ (* 0.5 (/ 1 n)) 1.0)) (+ (* 1.0 (log (/ 1 n))) (* 0.16666666666666669 (/ 1 (pow n 2)))))
0.0b
(- (- (+ (* 1.0 (log 1)) (+ (* 0.5 (/ 1 n)) 1.0)) (+ (* 1.0 (log (/ 1 n))) (* 0.16666666666666669 (/ 1 (pow n 2))))) 1.0)
0.1b
(* 0.16666666666666669 (/ 1 (pow n 2)))
1.0b
(/ 1 (pow n 2))

rewrite54.0ms

Algorithm
rewrite-expression-head
Rules
59×add-sqr-sqrt
56×times-frac
54×add-log-exp
48×*-un-lft-identity
37×add-cube-cbrt
33×add-exp-log
28×associate-*r*
23×unpow-prod-down
19×diff-log
18×sum-log
12×div-exp
11×add-cbrt-cube
10×prod-exp
unpow2 unswap-sqr sqr-pow
associate-/r*
pow1 pow-to-exp rec-exp 1-exp pow-exp
associate--l+
flip3-+ frac-sub flip-+ distribute-lft-out--
sub-neg associate-*l* associate-/l*
cbrt-undiv flip3-- flip-- cbrt-unprod div-inv difference-of-squares
associate--l- pow-flip frac-2neg associate-*r/ pow-prod-down clear-num un-div-inv *-commutative associate--r+ inv-pow
Counts
4 → 170
Calls
4 calls:
13.0ms
(- (+ (* 1.0 (log 1)) (+ (* 0.5 (/ 1 n)) 1.0)) (+ (* 1.0 (log (/ 1 n))) (* 0.16666666666666669 (/ 1 (pow n 2)))))
16.0ms
(- (- (+ (* 1.0 (log 1)) (+ (* 0.5 (/ 1 n)) 1.0)) (+ (* 1.0 (log (/ 1 n))) (* 0.16666666666666669 (/ 1 (pow n 2))))) 1.0)
11.0ms
(* 0.16666666666666669 (/ 1 (pow n 2)))
5.0ms
(/ 1 (pow n 2))

series20.0ms

Counts
4 → 12
Calls
4 calls:
7.0ms
(- (+ (* 1.0 (log 1)) (+ (* 0.5 (/ 1 n)) 1.0)) (+ (* 1.0 (log (/ 1 n))) (* 0.16666666666666669 (/ 1 (pow n 2)))))
7.0ms
(- (- (+ (* 1.0 (log 1)) (+ (* 0.5 (/ 1 n)) 1.0)) (+ (* 1.0 (log (/ 1 n))) (* 0.16666666666666669 (/ 1 (pow n 2))))) 1.0)
3.0ms
(* 0.16666666666666669 (/ 1 (pow n 2)))
2.0ms
(/ 1 (pow n 2))

simplify91.0ms

Algorithm
egg-herbie
Counts
182 → 182
Iterations

Useful iterations: 2 (72.0ms)

IterNodesCost
07721815
134041597
250031491

prune328.0ms

Filtered
98 candidates to 182 candidates (-85.7%)
Pruning

1 alts after pruning (1 fresh and 0 done)

PrunedKeptTotal
New1811182
Fresh000
Picked101
Done000
Total1821183

Merged error: 0b

Counts
183 → 1

localize13.0ms

Local error

Found 1 expressions with local error:

0.9b
(/ 0.16666666666666669 (pow n 2))

rewrite6.0ms

Algorithm
rewrite-expression-head
Rules
24×times-frac
18×add-sqr-sqrt add-cube-cbrt *-un-lft-identity
12×unpow-prod-down
associate-/r*
add-exp-log
unpow2 sqr-pow
div-exp add-cbrt-cube associate-/l*
pow1 cbrt-undiv pow-to-exp frac-2neg pow-exp clear-num div-inv add-log-exp
Counts
1 → 49
Calls
1 calls:
5.0ms
(/ 0.16666666666666669 (pow n 2))

series3.0ms

Counts
1 → 3
Calls
1 calls:
3.0ms
(/ 0.16666666666666669 (pow n 2))

simplify103.0ms

Algorithm
egg-herbie
Counts
52 → 52
Iterations

Useful iterations: 2 (16.0ms)

IterNodesCost
0153244
1571217
23236208
35002208

prune61.0ms

Filtered
32 candidates to 52 candidates (-62.5%)
Pruning

1 alts after pruning (0 fresh and 1 done)

PrunedKeptTotal
New52052
Fresh000
Picked011
Done000
Total52153

Merged error: 0b

Counts
53 → 1

simplify1.0ms

Algorithm
egg-herbie
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
0198
1198

end0.0ms

sample2.5s

Algorithm
intervals
Results
1.3s3614×body1280valid
638.0ms2600×body640valid
227.0ms1331×body320valid
83.0ms8000×pre80true
48.0ms455×body160valid

Profiling

Loading profile data...