Details

Time bar (total: 8.2s)

sample1.5s

Algorithm
intervals
sampling

Space saved by range analysis: 0%

Space saved by search: 68.07251%

Guaranteed chance to sample good point: 58.105525%

Results
23.0ms256×body80valid
20.0ms34×body1280nan
16.0ms29×body640nan
13.0ms96×body80overflowed
3.0ms10×body320nan
1.0msbody160nan
1.0ms18×body80nan
0.0msbody80invalid

simplify37.0ms

Algorithm
egg-herbie
Counts
1 → 1
Iterations

Useful iterations: 0 (1.0ms)

IterNodesCost
0298
1598
21198
33258
410348
550018

prune3.0ms

Pruning

2 alts after pruning (2 fresh and 0 done)

PrunedKeptTotal
New011
Fresh011
Picked000
Done000
Total022

Merged error: 0.4b

Counts
2 → 1

localize14.0ms

Local error

Found 4 expressions with local error:

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

rewrite34.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:
11.0ms
(* (/ 1.0 (sqrt k)) (pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0)))
9.0ms
(pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0))
4.0ms
(/ 1.0 (sqrt k))
5.0ms
(* (* 2.0 PI) n)

series90.0ms

Counts
4 → 12
Calls
4 calls:
58.0ms
(* (/ 1.0 (sqrt k)) (pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0)))
16.0ms
(pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0))
11.0ms
(/ 1.0 (sqrt k))
3.0ms
(* (* 2.0 PI) n)

simplify108.0ms

Algorithm
egg-herbie
Counts
161 → 161
Iterations

Useful iterations: 2 (90.0ms)

IterNodesCost
09531493
142341364
250021350

prune305.0ms

Filtered
107 candidates to 161 candidates (-50.5%)
Pruning

12 alts after pruning (12 fresh and 0 done)

PrunedKeptTotal
New14912161
Fresh000
Picked101
Done000
Total15012162

Merged error: 0.0b

Counts
162 → 12

localize15.0ms

Local error

Found 4 expressions with local error:

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

rewrite64.0ms

Algorithm
rewrite-expression-head
Rules
594×sqrt-prod
591×times-frac
328×add-sqr-sqrt *-un-lft-identity
322×add-cube-cbrt
34×associate-/l*
22×add-exp-log
19×pow-unpow
18×associate-/r*
16×add-cbrt-cube
15×pow1
13×div-inv
pow-prod-down prod-exp
cbrt-undiv div-exp add-log-exp
pow-pow associate-*r* pow-exp cbrt-unprod distribute-lft-out-- difference-of-squares
frac-2neg clear-num
pow-to-exp unpow-prod-down div-sub associate-*l* *-commutative associate-/l/ pow-sub sqr-pow
Counts
4 → 439
Calls
4 calls:
9.0ms
(pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0))
5.0ms
(* (* 2.0 PI) n)
5.0ms
(/ 1.0 (sqrt (sqrt k)))
15.0ms
(/ (/ 1.0 (sqrt (sqrt k))) (sqrt (sqrt k)))

series42.0ms

Counts
4 → 12
Calls
4 calls:
16.0ms
(pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0))
3.0ms
(* (* 2.0 PI) n)
16.0ms
(/ 1.0 (sqrt (sqrt k)))
7.0ms
(/ (/ 1.0 (sqrt (sqrt k))) (sqrt (sqrt k)))

simplify77.0ms

Algorithm
egg-herbie
Counts
451 → 451
Iterations

Useful iterations: 1 (28.0ms)

IterNodesCost
013405786
150025005

prune395.0ms

Filtered
170 candidates to 451 candidates (-165.3%)
Pruning

11 alts after pruning (11 fresh and 0 done)

PrunedKeptTotal
New4474451
Fresh4711
Picked101
Done000
Total45211463

Merged error: 0.0b

Counts
463 → 11

localize22.0ms

Local error

Found 4 expressions with local error:

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

rewrite48.0ms

Algorithm
rewrite-expression-head
Rules
196×add-exp-log
106×prod-exp
54×div-exp
51×pow-exp
34×add-sqr-sqrt
33×times-frac
31×*-un-lft-identity
27×sqrt-prod
25×add-cube-cbrt
23×add-cbrt-cube
19×pow-unpow
15×pow1 pow-to-exp
14×associate-*l*
associate-/r*
associate-*r* cbrt-unprod
rec-exp 1-exp pow-prod-down
cbrt-undiv add-log-exp
pow-pow div-sub div-inv distribute-lft-out-- pow-sub difference-of-squares sqr-pow
unpow-prod-down *-commutative unswap-sqr
frac-times frac-2neg associate-*r/ associate-*l/ clear-num associate-/l*
Counts
4 → 166
Calls
4 calls:
15.0ms
(* (/ (* (pow (/ 1 k) 1/4) 1.0) (sqrt (sqrt k))) (pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0)))
9.0ms
(pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0))
5.0ms
(* (* 2.0 PI) n)
10.0ms
(/ (* (pow (/ 1 k) 1/4) 1.0) (sqrt (sqrt k)))

series94.0ms

Counts
4 → 12
Calls
4 calls:
67.0ms
(* (/ (* (pow (/ 1 k) 1/4) 1.0) (sqrt (sqrt k))) (pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0)))
16.0ms
(pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0))
3.0ms
(* (* 2.0 PI) n)
8.0ms
(/ (* (pow (/ 1 k) 1/4) 1.0) (sqrt (sqrt k)))

simplify121.0ms

Algorithm
egg-herbie
Counts
178 → 178
Iterations

Useful iterations: 2 (101.0ms)

IterNodesCost
011562083
148131894
250021890

prune295.0ms

Filtered
95 candidates to 178 candidates (-87.4%)
Pruning

10 alts after pruning (10 fresh and 0 done)

PrunedKeptTotal
New1762178
Fresh2810
Picked101
Done000
Total17910189

Merged error: 0.0b

Counts
189 → 10

localize22.0ms

Local error

Found 4 expressions with local error:

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

rewrite57.0ms

Algorithm
rewrite-expression-head
Rules
196×add-exp-log
108×prod-exp
105×times-frac
99×sqrt-prod
73×add-sqr-sqrt *-un-lft-identity
67×add-cube-cbrt
52×div-exp associate-*r*
51×pow-exp
23×add-cbrt-cube
20×unpow-prod-down sqr-pow
19×pow-unpow
17×pow1
15×pow-to-exp
associate-/r* cbrt-unprod
pow-prod-down
rec-exp 1-exp
associate-/l*
add-log-exp
cbrt-undiv pow-pow div-inv distribute-lft-out-- difference-of-squares
div-sub associate-*l* *-commutative pow-sub
frac-2neg associate-*r/ clear-num associate-/l/
Counts
4 → 236
Calls
4 calls:
9.0ms
(pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0))
19.0ms
(* (* (pow (/ 1 k) 1/4) 1.0) (/ (pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0)) (sqrt (sqrt k))))
11.0ms
(/ (pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0)) (sqrt (sqrt k)))
5.0ms
(* (* 2.0 PI) n)

series115.0ms

Counts
4 → 12
Calls
4 calls:
16.0ms
(pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0))
68.0ms
(* (* (pow (/ 1 k) 1/4) 1.0) (/ (pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0)) (sqrt (sqrt k))))
28.0ms
(/ (pow (* (* 2.0 PI) n) (/ (- 1.0 k) 2.0)) (sqrt (sqrt k)))
3.0ms
(* (* 2.0 PI) n)

simplify65.0ms

Algorithm
egg-herbie
Counts
248 → 248
Iterations

Useful iterations: 1 (30.0ms)

IterNodesCost
014323486
150023262

prune448.0ms

Filtered
146 candidates to 248 candidates (-69.9%)
Pruning

10 alts after pruning (9 fresh and 1 done)

PrunedKeptTotal
New2480248
Fresh099
Picked011
Done000
Total24810258

Merged error: 0.0b

Counts
258 → 10

regimes204.0ms

Accuracy

0% (0.5b remaining)

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

bsearch0.0ms

simplify1.0ms

Algorithm
egg-herbie
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
02512
12512

end0.0ms

sample4.1s

Algorithm
intervals
sampling

Space saved by range analysis: 0%

Space saved by search: 68.07251%

Guaranteed chance to sample good point: 58.105525%

Results
727.0ms8000×body80valid
604.0ms1009×body1280nan
393.0ms858×body640nan
344.0ms2484×body80overflowed
146.0ms453×body320nan
37.0ms210×body160nan
30.0ms536×body80nan
9.0ms100×body80invalid

Profiling

Loading profile data...