Details

Time bar (total: 18.7s)

sample69.0ms

Algorithm
intervals
Results
17.0ms42×body2560valid
11.0ms173×body80valid
8.0ms24×body1280valid
4.0ms19×body640valid
4.0ms69×body80nan
2.0ms11×body320valid
1.0msbody5120valid
0.0msbody160valid

simplify243.0ms

Counts
1 → 1
Iterations

Useful iterations: 0 (0.0ms)

IterNodesCost
01417
12917
26417
312017
414517
515217
615617
done15617

prune3.0ms

Pruning

1 alts after pruning (1 fresh and 0 done)

Merged error: 35.1b

localize14.0ms

Local error

Found 4 expressions with local error:

0.1b
(/ (- (- b) (sqrt (- (* b b) (* 4.0 (* a c))))) (* 2.0 a))
0.8b
(- (- b) (sqrt (- (* b b) (* 4.0 (* a c)))))
1.2b
(- (* b b) (* 4.0 (* a c)))
24.4b
(sqrt (- (* b b) (* 4.0 (* a c))))

rewrite251.0ms

Algorithm
rewrite-expression-head
Rules
61×add-sqr-sqrt prod-diff
60×*-un-lft-identity
48×add-cube-cbrt
36×sqrt-prod
24×distribute-rgt-neg-in
21×distribute-lft-neg-in
11×fma-neg
10×add-log-exp
add-exp-log add-cbrt-cube
neg-mul-1 times-frac associate-/l*
distribute-lft-out-- difference-of-squares
pow1
expm1-log1p-u flip3-- flip-- log1p-expm1-u
diff-log
cbrt-undiv sub-neg sqrt-div div-exp associate-/l/
associate--l- neg-sub0 rem-sqrt-square frac-2neg sqrt-pow1 pow1/2 div-sub neg-log prod-exp clear-num associate-/r* cbrt-unprod div-inv
Counts
4 → 157
Calls
4 calls:
141.0ms
(/ (- (- b) (sqrt (- (* b b) (* 4.0 (* a c))))) (* 2.0 a))
55.0ms
(- (- b) (sqrt (- (* b b) (* 4.0 (* a c)))))
21.0ms
(- (* b b) (* 4.0 (* a c)))
21.0ms
(sqrt (- (* b b) (* 4.0 (* a c))))

series497.0ms

Counts
4 → 12
Calls
4 calls:
161.0ms
(/ (- (- b) (sqrt (- (* b b) (* 4.0 (* a c))))) (* 2.0 a))
130.0ms
(- (- b) (sqrt (- (* b b) (* 4.0 (* a c)))))
91.0ms
(- (* b b) (* 4.0 (* a c)))
116.0ms
(sqrt (- (* b b) (* 4.0 (* a c))))

simplify1.6s

Counts
169 → 169
Iterations

Useful iterations: done (1.6s)

IterNodesCost
02436690
15874705
217513760
done50003113

prune554.0ms

Pruning

8 alts after pruning (8 fresh and 0 done)

Merged error: 4.3b

localize20.0ms

Local error

Found 4 expressions with local error:

1.2b
(- (pow b 2) (* 4.0 (* a c)))
2.4b
(/ (/ (+ 0 (* c (* 4.0 a))) (- (sqrt (- (pow b 2) (* 4.0 (* a c)))) b)) (* 2.0 a))
10.8b
(/ (+ 0 (* c (* 4.0 a))) (- (sqrt (- (pow b 2) (* 4.0 (* a c)))) b))
24.4b
(sqrt (- (pow b 2) (* 4.0 (* a c))))

rewrite426.0ms

Algorithm
rewrite-expression-head
Rules
81×add-sqr-sqrt
78×times-frac
60×*-un-lft-identity
40×add-cube-cbrt
27×associate-/l*
20×difference-of-squares
18×add-exp-log add-cbrt-cube
13×sqrt-prod
10×distribute-lft-out--
fma-neg prod-diff
cbrt-undiv div-exp associate-/r*
unpow-prod-down associate-/r/ add-log-exp
pow1 flip3-- flip--
expm1-log1p-u log1p-expm1-u div-inv
associate-/l/
frac-2neg sqrt-div prod-exp clear-num cbrt-unprod unpow2 sqr-pow
sub-neg rem-sqrt-square sqrt-pow1 flip3-+ pow1/2 diff-log flip-+
Counts
4 → 162
Calls
4 calls:
39.0ms
(- (pow b 2) (* 4.0 (* a c)))
227.0ms
(/ (/ (+ 0 (* c (* 4.0 a))) (- (sqrt (- (pow b 2) (* 4.0 (* a c)))) b)) (* 2.0 a))
129.0ms
(/ (+ 0 (* c (* 4.0 a))) (- (sqrt (- (pow b 2) (* 4.0 (* a c)))) b))
19.0ms
(sqrt (- (pow b 2) (* 4.0 (* a c))))

series796.0ms

Counts
4 → 12
Calls
4 calls:
72.0ms
(- (pow b 2) (* 4.0 (* a c)))
322.0ms
(/ (/ (+ 0 (* c (* 4.0 a))) (- (sqrt (- (pow b 2) (* 4.0 (* a c)))) b)) (* 2.0 a))
297.0ms
(/ (+ 0 (* c (* 4.0 a))) (- (sqrt (- (pow b 2) (* 4.0 (* a c)))) b))
105.0ms
(sqrt (- (pow b 2) (* 4.0 (* a c))))

simplify1.9s

Counts
174 → 174
Iterations

Useful iterations: done (1.9s)

IterNodesCost
02824848
16874314
228373973
done50003960

prune848.0ms

Pruning

8 alts after pruning (7 fresh and 1 done)

Merged error: 4.2b

localize26.0ms

Local error

Found 4 expressions with local error:

1.2b
(- (pow b 2) (* 4.0 (* a c)))
2.5b
(* (/ (+ 0 (* c (* 4.0 a))) (- (sqrt (- (pow b 2) (* 4.0 (* a c)))) b)) (/ 1 (* 2.0 a)))
10.8b
(/ (+ 0 (* c (* 4.0 a))) (- (sqrt (- (pow b 2) (* 4.0 (* a c)))) b))
24.4b
(sqrt (- (pow b 2) (* 4.0 (* a c))))

rewrite443.0ms

Algorithm
rewrite-expression-head
Rules
66×add-sqr-sqrt
51×add-exp-log
46×*-un-lft-identity
40×times-frac
32×add-cube-cbrt
27×add-cbrt-cube
24×associate-*l*
20×prod-exp
16×div-exp
14×difference-of-squares
10×sqrt-prod
cbrt-undiv fma-neg prod-diff cbrt-unprod
pow1 associate-*r* distribute-lft-out--
unpow-prod-down associate-/r* add-log-exp
expm1-log1p-u rec-exp flip3-- 1-exp associate-/r/ flip-- log1p-expm1-u
div-inv associate-/l*
sqrt-div associate-/l/ unpow2 unswap-sqr sqr-pow
frac-times sub-neg rem-sqrt-square frac-2neg sqrt-pow1 flip3-+ pow1/2 diff-log associate-*r/ pow-prod-down associate-*l/ clear-num un-div-inv *-commutative flip-+
Counts
4 → 160
Calls
4 calls:
40.0ms
(- (pow b 2) (* 4.0 (* a c)))
252.0ms
(* (/ (+ 0 (* c (* 4.0 a))) (- (sqrt (- (pow b 2) (* 4.0 (* a c)))) b)) (/ 1 (* 2.0 a)))
117.0ms
(/ (+ 0 (* c (* 4.0 a))) (- (sqrt (- (pow b 2) (* 4.0 (* a c)))) b))
18.0ms
(sqrt (- (pow b 2) (* 4.0 (* a c))))

series790.0ms

Counts
4 → 12
Calls
4 calls:
73.0ms
(- (pow b 2) (* 4.0 (* a c)))
315.0ms
(* (/ (+ 0 (* c (* 4.0 a))) (- (sqrt (- (pow b 2) (* 4.0 (* a c)))) b)) (/ 1 (* 2.0 a)))
299.0ms
(/ (+ 0 (* c (* 4.0 a))) (- (sqrt (- (pow b 2) (* 4.0 (* a c)))) b))
104.0ms
(sqrt (- (pow b 2) (* 4.0 (* a c))))

simplify2.5s

Counts
172 → 172
Iterations

Useful iterations: done (2.5s)

IterNodesCost
02874566
17463970
230533501
done50013488

prune1.2s

Pruning

8 alts after pruning (6 fresh and 2 done)

Merged error: 4.2b

localize19.0ms

Local error

Found 4 expressions with local error:

0.2b
(* (- (- b) (sqrt (- (* b b) (* 4.0 (* a c))))) (/ 1 (* 2.0 a)))
0.8b
(- (- b) (sqrt (- (* b b) (* 4.0 (* a c)))))
1.2b
(- (* b b) (* 4.0 (* a c)))
24.4b
(sqrt (- (* b b) (* 4.0 (* a c))))

rewrite255.0ms

Algorithm
rewrite-expression-head
Rules
61×prod-diff
60×add-sqr-sqrt
57×*-un-lft-identity
49×add-cube-cbrt
35×sqrt-prod
23×add-exp-log distribute-rgt-neg-in
21×distribute-lft-neg-in
13×add-cbrt-cube
11×fma-neg
10×prod-exp add-log-exp
pow1 neg-mul-1 associate-*r* associate-*l*
flip3-- flip--
expm1-log1p-u div-exp cbrt-unprod log1p-expm1-u distribute-lft-out-- difference-of-squares
times-frac diff-log
cbrt-undiv frac-times sub-neg rec-exp sqrt-div 1-exp associate-*l/
associate--l- neg-sub0 rem-sqrt-square sqrt-pow1 pow1/2 associate-*r/ pow-prod-down neg-log un-div-inv *-commutative div-inv unswap-sqr
Counts
4 → 165
Calls
4 calls:
163.0ms
(* (- (- b) (sqrt (- (* b b) (* 4.0 (* a c))))) (/ 1 (* 2.0 a)))
40.0ms
(- (- b) (sqrt (- (* b b) (* 4.0 (* a c)))))
20.0ms
(- (* b b) (* 4.0 (* a c)))
25.0ms
(sqrt (- (* b b) (* 4.0 (* a c))))

series434.0ms

Counts
4 → 12
Calls
4 calls:
132.0ms
(* (- (- b) (sqrt (- (* b b) (* 4.0 (* a c))))) (/ 1 (* 2.0 a)))
100.0ms
(- (- b) (sqrt (- (* b b) (* 4.0 (* a c)))))
82.0ms
(- (* b b) (* 4.0 (* a c)))
120.0ms
(sqrt (- (* b b) (* 4.0 (* a c))))

simplify1.4s

Counts
177 → 177
Iterations

Useful iterations: done (1.4s)

IterNodesCost
02696947
16414848
219463851
done50003196

prune532.0ms

Pruning

8 alts after pruning (5 fresh and 3 done)

Merged error: 4.2b

regimes334.0ms

Accuracy

86.5% (3.7b remaining)

Error of 9.1b against oracle of 5.4b and baseline of 32.7b

bsearch278.0ms

Steps
ItersRangePoint
5
1.7897742140858872e+53
5.1194650287633095e+53
5.031608061939103e+53
9
9.448397398655464e-278
1.4829972419072586e-270
9.580019013081131e-278
9
-5.805813140116762e+38
-3.1089471099746935e+33
-7.631292124342714e+35

simplify6.0ms

Iterations

Useful iterations: 1 (3.0ms)

IterNodesCost
04369
15367
done5367

end0.0ms

sample3.3s

Algorithm
intervals
Results
642.0ms1102×body2560valid
629.0ms490×body640valid
598.0ms5846×body80valid
460.0ms860×body1280valid
262.0ms2941×body80nan
115.0ms107×body5120valid
48.0ms227×body320valid
15.0ms105×body160valid