Details

Time bar (total: 11.1s)

sample170.0ms

Algorithm
intervals
Results
68.0ms829×body80nan
28.0ms335×body80valid
15.0ms25×body1280nan
11.0ms26×body640nan
10.0ms71×body80overflowed
4.0ms13×body320nan
2.0ms10×body160nan

simplify37.0ms

Algorithm
egg-herbie
Counts
1 → 1
Iterations

Useful iterations: 0 (1.0ms)

IterNodesCost
0298
1598
21198
33258
410348
550018

prune2.0ms

Filtered
1 candidates to 0 candidates (0.0%)
Pruning

2 alts after pruning (2 fresh and 0 done)

PrunedKeptTotal
New011
Fresh011
Picked000
Done000
Total022

Merged error: 0.5b

Counts
2 → 1

localize14.0ms

Local error

Found 4 expressions with local error:

0.3b
(* (/ 1.0 (sqrt k)) (pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0)))
0.3b
(/ 1.0 (sqrt k))
0.3b
(* (* 2.0 PI) n)
0.3b
(pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0))

rewrite39.0ms

Algorithm
rewrite-expression-head
Rules
62×add-sqr-sqrt
55×times-frac
49×*-un-lft-identity
46×add-exp-log
43×add-cube-cbrt
23×associate-*l* sqrt-prod
22×prod-exp
19×pow-unpow
16×add-cbrt-cube
15×pow1
pow-exp
associate-*r*
div-exp pow-prod-down associate-/r* unswap-sqr
cbrt-unprod sqr-pow
add-log-exp
pow-to-exp pow-pow div-sub div-inv associate-/l* distribute-lft-out-- pow-sub difference-of-squares
cbrt-undiv unpow-prod-down *-commutative
frac-times frac-2neg associate-*r/ associate-*l/ clear-num
Counts
4 → 149
Calls
4 calls:
15.0ms
(* (/ 1.0 (sqrt k)) (pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0)))
4.0ms
(/ 1.0 (sqrt k))
5.0ms
(* (* 2.0 PI) n)
9.0ms
(pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0))

series540.0ms

Counts
4 → 12
Calls
4 calls:
326.0ms
(* (/ 1.0 (sqrt k)) (pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0)))
38.0ms
(/ 1.0 (sqrt k))
37.0ms
(* (* 2.0 PI) n)
139.0ms
(pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0))

simplify99.0ms

Algorithm
egg-herbie
Counts
161 → 161
Iterations

Useful iterations: 2 (84.0ms)

IterNodesCost
09501461
139241358
250021344

prune382.0ms

Filtered
161 candidates to 107 candidates (66.5%)
Pruning

10 alts after pruning (10 fresh and 0 done)

PrunedKeptTotal
New15110161
Fresh000
Picked101
Done000
Total15210162

Merged error: 0.0b

Counts
162 → 10

localize19.0ms

Local error

Found 4 expressions with local error:

0.2b
(pow (* (* 2.0 PI) n) (/ 1.0 2.0))
0.3b
(/ (* 1.0 (pow (* (* 2.0 PI) n) (/ 1.0 2.0))) (* (sqrt k) (pow (* (* 2.0 PI) n) (/ k 2.0))))
0.3b
(* (* 2.0 PI) n)
0.3b
(* (* 2.0 PI) n)

rewrite36.0ms

Algorithm
rewrite-expression-head
Rules
176×add-exp-log
105×prod-exp
39×pow-exp
36×div-exp
26×add-cbrt-cube
20×pow1
13×add-sqr-sqrt pow-to-exp add-cube-cbrt pow-unpow *-un-lft-identity
10×times-frac cbrt-unprod
pow-prod-down
associate-*r*
cbrt-undiv add-log-exp
pow-pow
associate-*l* *-commutative div-inv
unpow-prod-down frac-2neg clear-num associate-/r* associate-/l* sqr-pow
Counts
4 → 118
Calls
4 calls:
6.0ms
(pow (* (* 2.0 PI) n) (/ 1.0 2.0))
10.0ms
(/ (* 1.0 (pow (* (* 2.0 PI) n) (/ 1.0 2.0))) (* (sqrt k) (pow (* (* 2.0 PI) n) (/ k 2.0))))
9.0ms
(* (* 2.0 PI) n)
5.0ms
(* (* 2.0 PI) n)

series1.2s

Counts
4 → 12
Calls
4 calls:
259.0ms
(pow (* (* 2.0 PI) n) (/ 1.0 2.0))
893.0ms
(/ (* 1.0 (pow (* (* 2.0 PI) n) (/ 1.0 2.0))) (* (sqrt k) (pow (* (* 2.0 PI) n) (/ k 2.0))))
37.0ms
(* (* 2.0 PI) n)
32.0ms
(* (* 2.0 PI) n)

simplify99.0ms

Algorithm
egg-herbie
Counts
130 → 130
Iterations

Useful iterations: 1 (20.0ms)

IterNodesCost
09161358
139521199
250021199

prune247.0ms

Filtered
130 candidates to 59 candidates (45.4%)
Pruning

12 alts after pruning (11 fresh and 1 done)

PrunedKeptTotal
New1282130
Fresh099
Picked011
Done000
Total12812140

Merged error: 0.0b

Counts
140 → 12

localize18.0ms

Local error

Found 4 expressions with local error:

0.3b
(* (/ 1.0 (sqrt k)) (/ (pow (* (* 2.0 PI) n) (/ 1.0 2.0)) (pow (* (* 2.0 PI) n) (/ k 2.0))))
0.3b
(/ 1.0 (sqrt k))
0.3b
(* (* 2.0 PI) n)
0.3b
(* (* 2.0 PI) n)

rewrite51.0ms

Algorithm
rewrite-expression-head
Rules
236×add-exp-log
118×prod-exp
85×add-sqr-sqrt
83×times-frac
77×div-exp
60×pow-exp
45×add-cube-cbrt *-un-lft-identity
35×associate-*r*
28×add-cbrt-cube
26×sqrt-prod
24×associate-*l*
22×sqr-pow
20×pow-to-exp
16×pow1
15×unswap-sqr
10×unpow-prod-down cbrt-unprod
pow-prod-down
associate-/r*
cbrt-undiv
add-log-exp
*-commutative div-inv associate-/l*
frac-times frac-2neg associate-*r/ associate-*l/ clear-num
Counts
4 → 209
Calls
4 calls:
27.0ms
(* (/ 1.0 (sqrt k)) (/ (pow (* (* 2.0 PI) n) (/ 1.0 2.0)) (pow (* (* 2.0 PI) n) (/ k 2.0))))
4.0ms
(/ 1.0 (sqrt k))
5.0ms
(* (* 2.0 PI) n)
5.0ms
(* (* 2.0 PI) n)

series887.0ms

Counts
4 → 12
Calls
4 calls:
779.0ms
(* (/ 1.0 (sqrt k)) (/ (pow (* (* 2.0 PI) n) (/ 1.0 2.0)) (pow (* (* 2.0 PI) n) (/ k 2.0))))
38.0ms
(/ 1.0 (sqrt k))
38.0ms
(* (* 2.0 PI) n)
32.0ms
(* (* 2.0 PI) n)

simplify52.0ms

Algorithm
egg-herbie
Counts
221 → 221
Iterations

Useful iterations: 1 (27.0ms)

IterNodesCost
012712638
150012478

prune477.0ms

Filtered
221 candidates to 127 candidates (57.5%)
Pruning

11 alts after pruning (9 fresh and 2 done)

PrunedKeptTotal
New2192221
Fresh3710
Picked011
Done011
Total22211233

Merged error: 0b

Counts
233 → 11

localize21.0ms

Local error

Found 4 expressions with local error:

0.3b
(* (* 2.0 PI) n)
0.3b
(* (* 2.0 PI) n)
0.3b
(* (* 2.0 PI) n)
0.4b
(/ (* 1.0 (sqrt (pow (* (* 2.0 PI) n) (/ 1.0 2.0)))) (sqrt k))

rewrite162.0ms

Algorithm
rewrite-expression-head
Rules
24×add-exp-log add-cbrt-cube
19×pow1
11×add-sqr-sqrt add-cube-cbrt *-un-lft-identity
10×prod-exp cbrt-unprod
associate-*r* pow-prod-down
times-frac associate-/r* sqrt-prod
add-log-exp
associate-*l* *-commutative
cbrt-undiv div-exp
frac-2neg clear-num div-inv associate-/l*
Counts
4 → 81
Calls
4 calls:
5.0ms
(* (* 2.0 PI) n)
5.0ms
(* (* 2.0 PI) n)
5.0ms
(* (* 2.0 PI) n)
8.0ms
(/ (* 1.0 (sqrt (pow (* (* 2.0 PI) n) (/ 1.0 2.0)))) (sqrt k))

series639.0ms

Counts
4 → 12
Calls
4 calls:
31.0ms
(* (* 2.0 PI) n)
37.0ms
(* (* 2.0 PI) n)
31.0ms
(* (* 2.0 PI) n)
539.0ms
(/ (* 1.0 (sqrt (pow (* (* 2.0 PI) n) (/ 1.0 2.0)))) (sqrt k))

simplify52.0ms

Algorithm
egg-herbie
Counts
93 → 93
Iterations

Useful iterations: 2 (44.0ms)

IterNodesCost
0399600
11813501
25002488

prune241.0ms

Filtered
93 candidates to 60 candidates (64.5%)
Pruning

11 alts after pruning (8 fresh and 3 done)

PrunedKeptTotal
New93093
Fresh088
Picked011
Done022
Total9311104

Merged error: 0b

Counts
104 → 11

regimes180.0ms

Accuracy

0% (0.3b remaining)

Error of 0.4b against oracle of 0.1b and baseline of 0.4b

bsearch0.0ms

simplify1.0ms

Algorithm
egg-herbie
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
01912
11912

end0.0ms

sample5.4s

Algorithm
intervals
Results
2.2s26816×body80nan
914.0ms10678×body80valid
619.0ms1019×body1280nan
366.0ms837×body640nan
328.0ms2357×body80overflowed
125.0ms392×body320nan
35.0ms202×body160nan

Profiling

Loading profile data...