Details

Time bar (total: 18.2s)

sample92.0ms

Algorithm
intervals
Results
21.0ms42×body2560valid
19.0ms19×body640valid
13.0ms173×body80valid
10.0ms24×body1280valid
5.0ms69×body80nan
2.0ms11×body320valid
1.0msbody5120valid
0.0msbody160valid

simplify153.0ms

Counts
1 → 1
Iterations

Useful iterations: 0 (1.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

localize26.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))))

rewrite209.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:
133.0ms
(/ (- (- b) (sqrt (- (* b b) (* 4.0 (* a c))))) (* 2.0 a))
39.0ms
(- (- b) (sqrt (- (* b b) (* 4.0 (* a c)))))
10.0ms
(- (* b b) (* 4.0 (* a c)))
12.0ms
(sqrt (- (* b b) (* 4.0 (* a c))))

series418.0ms

Counts
4 → 12
Calls
4 calls:
143.0ms
(/ (- (- b) (sqrt (- (* b b) (* 4.0 (* a c))))) (* 2.0 a))
119.0ms
(- (- b) (sqrt (- (* b b) (* 4.0 (* a c)))))
63.0ms
(- (* b b) (* 4.0 (* a c)))
93.0ms
(sqrt (- (* b b) (* 4.0 (* a c))))

simplify1.5s

Counts
169 → 169
Iterations

Useful iterations: done (1.5s)

IterNodesCost
02436690
15874705
217513760
done50003113

prune638.0ms

Pruning

8 alts after pruning (8 fresh and 0 done)

Merged error: 4.3b

localize36.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))))

rewrite443.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:
25.0ms
(- (pow b 2) (* 4.0 (* a c)))
224.0ms
(/ (/ (+ 0 (* c (* 4.0 a))) (- (sqrt (- (pow b 2) (* 4.0 (* a c)))) b)) (* 2.0 a))
131.0ms
(/ (+ 0 (* c (* 4.0 a))) (- (sqrt (- (pow b 2) (* 4.0 (* a c)))) b))
46.0ms
(sqrt (- (pow b 2) (* 4.0 (* a c))))

series730.0ms

Counts
4 → 12
Calls
4 calls:
70.0ms
(- (pow b 2) (* 4.0 (* a c)))
274.0ms
(/ (/ (+ 0 (* c (* 4.0 a))) (- (sqrt (- (pow b 2) (* 4.0 (* a c)))) b)) (* 2.0 a))
281.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.0s

Counts
174 → 174
Iterations

Useful iterations: done (2.0s)

IterNodesCost
02824848
16874314
228373973
done50003960

prune712.0ms

Pruning

8 alts after pruning (7 fresh and 1 done)

Merged error: 4.2b

localize20.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))))

rewrite429.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:
25.0ms
(- (pow b 2) (* 4.0 (* a c)))
270.0ms
(* (/ (+ 0 (* c (* 4.0 a))) (- (sqrt (- (pow b 2) (* 4.0 (* a c)))) b)) (/ 1 (* 2.0 a)))
95.0ms
(/ (+ 0 (* c (* 4.0 a))) (- (sqrt (- (pow b 2) (* 4.0 (* a c)))) b))
32.0ms
(sqrt (- (pow b 2) (* 4.0 (* a c))))

series730.0ms

Counts
4 → 12
Calls
4 calls:
91.0ms
(- (pow b 2) (* 4.0 (* a c)))
301.0ms
(* (/ (+ 0 (* c (* 4.0 a))) (- (sqrt (- (pow b 2) (* 4.0 (* a c)))) b)) (/ 1 (* 2.0 a)))
236.0ms
(/ (+ 0 (* c (* 4.0 a))) (- (sqrt (- (pow b 2) (* 4.0 (* a c)))) b))
101.0ms
(sqrt (- (pow b 2) (* 4.0 (* a c))))

simplify2.4s

Counts
172 → 172
Iterations

Useful iterations: done (2.4s)

IterNodesCost
02874566
17463970
230533501
done50013488

prune773.0ms

Pruning

8 alts after pruning (6 fresh and 2 done)

Merged error: 4.2b

localize18.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))))

rewrite258.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:
149.0ms
(* (- (- b) (sqrt (- (* b b) (* 4.0 (* a c))))) (/ 1 (* 2.0 a)))
59.0ms
(- (- b) (sqrt (- (* b b) (* 4.0 (* a c)))))
27.0ms
(- (* b b) (* 4.0 (* a c)))
16.0ms
(sqrt (- (* b b) (* 4.0 (* a c))))

series427.0ms

Counts
4 → 12
Calls
4 calls:
134.0ms
(* (- (- b) (sqrt (- (* b b) (* 4.0 (* a c))))) (/ 1 (* 2.0 a)))
117.0ms
(- (- b) (sqrt (- (* b b) (* 4.0 (* a c)))))
60.0ms
(- (* b b) (* 4.0 (* a c)))
115.0ms
(sqrt (- (* b b) (* 4.0 (* a c))))

simplify1.9s

Counts
177 → 177
Iterations

Useful iterations: done (1.9s)

IterNodesCost
02696947
16414848
219463851
done50003196

prune582.0ms

Pruning

8 alts after pruning (5 fresh and 3 done)

Merged error: 4.2b

regimes310.0ms

Accuracy

86.5% (3.7b remaining)

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

bsearch279.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 (4.0ms)

IterNodesCost
04369
15367
done5367

end0.0ms

sample3.1s

Algorithm
intervals
Results
1.1s1102×body2560valid
549.0ms5846×body80valid
434.0ms860×body1280valid
266.0ms2941×body80nan
183.0ms490×body640valid
150.0ms107×body5120valid
76.0ms227×body320valid
17.0ms105×body160valid