Details

Time bar (total: 3.2s)

sample43.0ms

Algorithm
intervals
Results
14.0ms292×body80nan
13.0ms267×body80valid

simplify104.0ms

Algorithm
egg-herbie
Counts
1 → 1
Iterations

Useful iterations: 0 (1.0ms)

IterNodesCost
0247
1657
21827
33387
44887
57577
611667
717297
827937
950017

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.4b

Counts
2 → 1

localize12.0ms

Local error

Found 4 expressions with local error:

0.0b
(+ y (/ 1.0 (* x 9.0)))
0.3b
(* (* 3.0 (sqrt x)) (- (+ y (/ 1.0 (* x 9.0))) 1.0))
0.3b
(* 3.0 (sqrt x))
0.4b
(/ 1.0 (* x 9.0))

rewrite26.0ms

Algorithm
rewrite-expression-head
Rules
17×*-un-lft-identity
16×add-exp-log add-sqr-sqrt add-cbrt-cube
12×associate-*r*
11×pow1
10×add-cube-cbrt
add-log-exp
prod-exp cbrt-unprod
associate-*l* pow-prod-down sqrt-prod
distribute-rgt-in distribute-lft-in times-frac associate-/l*
cbrt-undiv sub-neg associate-*r/ div-exp associate--l+ *-commutative distribute-lft-out distribute-lft-out-- unswap-sqr
+-commutative flip3-- frac-2neg flip3-+ clear-num associate-/r* sum-log flip-- flip-+ div-inv difference-of-squares
Counts
4 → 84
Calls
4 calls:
4.0ms
(+ y (/ 1.0 (* x 9.0)))
11.0ms
(* (* 3.0 (sqrt x)) (- (+ y (/ 1.0 (* x 9.0))) 1.0))
4.0ms
(* 3.0 (sqrt x))
4.0ms
(/ 1.0 (* x 9.0))

series144.0ms

Counts
4 → 12
Calls
4 calls:
29.0ms
(+ y (/ 1.0 (* x 9.0)))
59.0ms
(* (* 3.0 (sqrt x)) (- (+ y (/ 1.0 (* x 9.0))) 1.0))
40.0ms
(* 3.0 (sqrt x))
16.0ms
(/ 1.0 (* x 9.0))

simplify52.0ms

Algorithm
egg-herbie
Counts
96 → 96
Iterations

Useful iterations: 2 (44.0ms)

IterNodesCost
0456548
12172486
25002484

prune205.0ms

Filtered
96 candidates to 62 candidates (64.6%)
Pruning

11 alts after pruning (11 fresh and 0 done)

PrunedKeptTotal
New851196
Fresh000
Picked101
Done000
Total861197

Merged error: 0.0b

Counts
97 → 11

localize9.0ms

Local error

Found 4 expressions with local error:

0.0b
(+ y (/ 1.0 (* x 9.0)))
0.2b
(* (sqrt x) (- (+ y (/ 1.0 (* x 9.0))) 1.0))
0.3b
(* 3.0 (* (sqrt x) (- (+ y (/ 1.0 (* x 9.0))) 1.0)))
0.4b
(/ 1.0 (* x 9.0))

rewrite37.0ms

Algorithm
rewrite-expression-head
Rules
17×*-un-lft-identity
16×add-exp-log add-sqr-sqrt add-cbrt-cube
15×distribute-rgt-in distribute-lft-in
11×pow1
10×add-cube-cbrt
associate-*l*
associate-*r*
sub-neg associate-*r/ associate--l+ add-log-exp
prod-exp cbrt-unprod
pow-prod-down sqrt-prod
times-frac associate-/l*
cbrt-undiv flip3-- div-exp *-commutative flip-- distribute-lft-out distribute-lft-out-- unswap-sqr
+-commutative frac-2neg flip3-+ clear-num associate-/r* sum-log flip-+ div-inv difference-of-squares
Counts
4 → 98
Calls
4 calls:
8.0ms
(+ y (/ 1.0 (* x 9.0)))
11.0ms
(* (sqrt x) (- (+ y (/ 1.0 (* x 9.0))) 1.0))
12.0ms
(* 3.0 (* (sqrt x) (- (+ y (/ 1.0 (* x 9.0))) 1.0)))
4.0ms
(/ 1.0 (* x 9.0))

series171.0ms

Counts
4 → 12
Calls
4 calls:
33.0ms
(+ y (/ 1.0 (* x 9.0)))
55.0ms
(* (sqrt x) (- (+ y (/ 1.0 (* x 9.0))) 1.0))
66.0ms
(* 3.0 (* (sqrt x) (- (+ y (/ 1.0 (* x 9.0))) 1.0)))
16.0ms
(/ 1.0 (* x 9.0))

simplify57.0ms

Algorithm
egg-herbie
Counts
110 → 110
Iterations

Useful iterations: 1 (12.0ms)

IterNodesCost
0427770
11858694
25002694

prune189.0ms

Filtered
110 candidates to 67 candidates (60.9%)
Pruning

10 alts after pruning (10 fresh and 0 done)

PrunedKeptTotal
New1064110
Fresh4610
Picked101
Done000
Total11110121

Merged error: 0.0b

Counts
121 → 10

localize10.0ms

Local error

Found 4 expressions with local error:

0.0b
(+ y (/ (/ 1.0 x) 9.0))
0.2b
(* (sqrt x) (- (+ y (/ (/ 1.0 x) 9.0)) 1.0))
0.3b
(/ (/ 1.0 x) 9.0)
0.3b
(* 3.0 (* (sqrt x) (- (+ y (/ (/ 1.0 x) 9.0)) 1.0)))

rewrite66.0ms

Algorithm
rewrite-expression-head
Rules
75×times-frac
57×*-un-lft-identity
56×add-sqr-sqrt
50×add-cube-cbrt
16×add-exp-log add-cbrt-cube
15×distribute-rgt-in distribute-lft-in
13×associate-/l*
11×pow1
associate-*l*
associate-*r*
sub-neg associate-*r/ associate--l+ add-log-exp
div-inv
pow-prod-down prod-exp sqrt-prod cbrt-unprod
cbrt-undiv div-exp associate-/r*
flip3-- *-commutative flip-- distribute-lft-out distribute-lft-out-- unswap-sqr
+-commutative frac-2neg flip3-+ clear-num sum-log flip-+ associate-/l/ difference-of-squares
Counts
4 → 147
Calls
4 calls:
15.0ms
(+ y (/ (/ 1.0 x) 9.0))
19.0ms
(* (sqrt x) (- (+ y (/ (/ 1.0 x) 9.0)) 1.0))
6.0ms
(/ (/ 1.0 x) 9.0)
21.0ms
(* 3.0 (* (sqrt x) (- (+ y (/ (/ 1.0 x) 9.0)) 1.0)))

series173.0ms

Counts
4 → 12
Calls
4 calls:
30.0ms
(+ y (/ (/ 1.0 x) 9.0))
57.0ms
(* (sqrt x) (- (+ y (/ (/ 1.0 x) 9.0)) 1.0))
23.0ms
(/ (/ 1.0 x) 9.0)
62.0ms
(* 3.0 (* (sqrt x) (- (+ y (/ (/ 1.0 x) 9.0)) 1.0)))

simplify69.0ms

Algorithm
egg-herbie
Counts
159 → 159
Iterations

Useful iterations: 1 (15.0ms)

IterNodesCost
06491136
127071056
250011056

prune285.0ms

Filtered
159 candidates to 110 candidates (69.2%)
Pruning

10 alts after pruning (9 fresh and 1 done)

PrunedKeptTotal
New1581159
Fresh189
Picked011
Done000
Total15910169

Merged error: 0.0b

Counts
169 → 10

localize9.0ms

Local error

Found 4 expressions with local error:

0.0b
(+ y (* 0.1111111111111111 (/ 1 x)))
0.2b
(* (* 3.0 (sqrt x)) (- (+ y (* 0.1111111111111111 (/ 1 x))) 1.0))
0.3b
(* 0.1111111111111111 (/ 1 x))
0.3b
(* 3.0 (sqrt x))

rewrite29.0ms

Algorithm
rewrite-expression-head
Rules
29×add-sqr-sqrt
24×associate-*r*
20×add-exp-log
19×*-un-lft-identity
16×add-cube-cbrt add-cbrt-cube
13×pow1
11×times-frac
prod-exp
associate-*l*
cbrt-unprod add-log-exp
pow-prod-down unswap-sqr
sqrt-prod
distribute-rgt-in distribute-lft-in associate-*r/ *-commutative
sub-neg div-exp associate--l+
cbrt-undiv +-commutative rec-exp flip3-- flip3-+ 1-exp sum-log un-div-inv flip-- flip-+ div-inv distribute-lft-out-- difference-of-squares
Counts
4 → 97
Calls
4 calls:
3.0ms
(+ y (* 0.1111111111111111 (/ 1 x)))
9.0ms
(* (* 3.0 (sqrt x)) (- (+ y (* 0.1111111111111111 (/ 1 x))) 1.0))
10.0ms
(* 0.1111111111111111 (/ 1 x))
5.0ms
(* 3.0 (sqrt x))

series143.0ms

Counts
4 → 12
Calls
4 calls:
25.0ms
(+ y (* 0.1111111111111111 (/ 1 x)))
66.0ms
(* (* 3.0 (sqrt x)) (- (+ y (* 0.1111111111111111 (/ 1 x))) 1.0))
16.0ms
(* 0.1111111111111111 (/ 1 x))
37.0ms
(* 3.0 (sqrt x))

simplify67.0ms

Algorithm
egg-herbie
Counts
109 → 109
Iterations

Useful iterations: 2 (55.0ms)

IterNodesCost
0522597
12453505
25001489

prune181.0ms

Filtered
109 candidates to 71 candidates (65.1%)
Pruning

11 alts after pruning (9 fresh and 2 done)

PrunedKeptTotal
New1081109
Fresh088
Picked011
Done011
Total10811119

Merged error: 0.0b

Counts
119 → 11

regimes78.0ms

Accuracy

0% (0.4b remaining)

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

bsearch0.0ms

simplify1.0ms

Algorithm
egg-herbie
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
0157
1157

end0.0ms

sample1.0s

Algorithm
intervals
Results
373.0ms8549×body80valid
368.0ms8729×body80nan

Profiling

Loading profile data...