Details

Time bar (total: 28.9s)

sample400.0ms

Algorithm
intervals
Results
145.0ms322×body80nan
45.0ms20×body1280valid
19.0ms167×body80valid
14.0ms35×body640valid
5.0ms19×body320valid
5.0ms14×body640nan
5.0ms13×body1280nan
3.0ms15×body160valid
3.0ms14×body320nan
1.0msbody160nan

simplify4.7s

Counts
1 → 1
Iterations

Useful iterations: 1 (10.0ms)

IterNodesCost
01827
14126
210026
322426
449726
594126
6155526
7330526
done500126

prune16.0ms

Pruning

1 alts after pruning (1 fresh and 0 done)

Merged error: 45.5b

localize34.0ms

Local error

Found 4 expressions with local error:

0.3b
(/ (* (sqrt 2.0) t) (sqrt (- (* (fma l l (* 2.0 (* t t))) (/ (+ x 1.0) (- x 1.0))) (* l l))))
0.4b
(* (sqrt 2.0) t)
12.7b
(- (* (fma l l (* 2.0 (* t t))) (/ (+ x 1.0) (- x 1.0))) (* l l))
24.0b
(sqrt (- (* (fma l l (* 2.0 (* t t))) (/ (+ x 1.0) (- x 1.0))) (* l l)))

rewrite202.0ms

Algorithm
rewrite-expression-head
Rules
17×add-sqr-sqrt
13×sqrt-prod
12×add-cube-cbrt *-un-lft-identity
11×add-exp-log add-cbrt-cube
pow1
times-frac associate-*l* associate-/r* add-log-exp
expm1-log1p-u sqrt-div log1p-expm1-u
flip3-- associate-*r* flip--
cbrt-undiv div-exp prod-exp associate-/r/ cbrt-unprod unswap-sqr
sub-neg rem-sqrt-square frac-2neg sqrt-pow1 pow1/2 fma-neg diff-log prod-diff pow-prod-down clear-num *-commutative div-inv associate-/l*
Counts
4 → 88
Calls
4 calls:
61.0ms
(/ (* (sqrt 2.0) t) (sqrt (- (* (fma l l (* 2.0 (* t t))) (/ (+ x 1.0) (- x 1.0))) (* l l))))
12.0ms
(* (sqrt 2.0) t)
50.0ms
(- (* (fma l l (* 2.0 (* t t))) (/ (+ x 1.0) (- x 1.0))) (* l l))
68.0ms
(sqrt (- (* (fma l l (* 2.0 (* t t))) (/ (+ x 1.0) (- x 1.0))) (* l l)))

series1.6s

Counts
4 → 12
Calls
4 calls:
693.0ms
(/ (* (sqrt 2.0) t) (sqrt (- (* (fma l l (* 2.0 (* t t))) (/ (+ x 1.0) (- x 1.0))) (* l l))))
78.0ms
(* (sqrt 2.0) t)
291.0ms
(- (* (fma l l (* 2.0 (* t t))) (/ (+ x 1.0) (- x 1.0))) (* l l))
510.0ms
(sqrt (- (* (fma l l (* 2.0 (* t t))) (/ (+ x 1.0) (- x 1.0))) (* l l)))

simplify3.9s

Counts
100 → 100
Iterations

Useful iterations: 3 (1.9s)

IterNodesCost
01552445
13452250
211952062
349932025
done50002025

prune592.0ms

Pruning

7 alts after pruning (7 fresh and 0 done)

Merged error: 33.6b

localize46.0ms

Local error

Found 4 expressions with local error:

5.5b
(fma 2.0 (fma t t (/ (pow l 2) x)) (* 4.0 (/ (pow t 2) x)))
5.5b
(/ (pow l 2) x)
10.0b
(/ (pow t 2) x)
29.5b
(sqrt (fma 2.0 (fma t t (/ (pow l 2) x)) (* 4.0 (/ (pow t 2) x))))

rewrite33.0ms

Algorithm
rewrite-expression-head
Rules
48×times-frac
40×add-sqr-sqrt
39×add-cube-cbrt *-un-lft-identity
24×unpow-prod-down
16×associate-/l*
14×add-exp-log
add-cbrt-cube unpow2 sqr-pow
div-exp associate-/r*
pow1
expm1-log1p-u log1p-expm1-u add-log-exp
sqrt-prod
cbrt-undiv pow-to-exp frac-2neg pow-exp clear-num div-inv
rem-sqrt-square sqrt-pow1 pow1/2 fma-udef
Counts
4 → 127
Calls
4 calls:
0.0ms
(fma 2.0 (fma t t (/ (pow l 2) x)) (* 4.0 (/ (pow t 2) x)))
9.0ms
(/ (pow l 2) x)
16.0ms
(/ (pow t 2) x)
4.0ms
(sqrt (fma 2.0 (fma t t (/ (pow l 2) x)) (* 4.0 (/ (pow t 2) x))))

series597.0ms

Counts
4 → 12
Calls
4 calls:
135.0ms
(fma 2.0 (fma t t (/ (pow l 2) x)) (* 4.0 (/ (pow t 2) x)))
34.0ms
(/ (pow l 2) x)
29.0ms
(/ (pow t 2) x)
398.0ms
(sqrt (fma 2.0 (fma t t (/ (pow l 2) x)) (* 4.0 (/ (pow t 2) x))))

simplify2.3s

Counts
139 → 139
Iterations

Useful iterations: done (2.3s)

IterNodesCost
02171761
13761614
29121411
331821411
done50001410

prune791.0ms

Pruning

9 alts after pruning (9 fresh and 0 done)

Merged error: 5.0b

localize28.0ms

Local error

Found 4 expressions with local error:

0.8b
(fma t t (/ l (/ x l)))
5.5b
(fma 2.0 (fma t t (/ l (/ x l))) (* 4.0 (/ (pow t 2) x)))
10.0b
(/ (pow t 2) x)
29.5b
(sqrt (fma 2.0 (fma t t (/ l (/ x l))) (* 4.0 (/ (pow t 2) x))))

rewrite19.0ms

Algorithm
rewrite-expression-head
Rules
24×times-frac
23×add-sqr-sqrt
22×add-cube-cbrt *-un-lft-identity
12×unpow-prod-down
add-exp-log
associate-/l*
add-cbrt-cube
pow1
expm1-log1p-u log1p-expm1-u unpow2 add-log-exp sqr-pow
div-exp associate-/r* sqrt-prod
fma-udef
cbrt-undiv pow-to-exp rem-sqrt-square frac-2neg sqrt-pow1 pow1/2 pow-exp clear-num div-inv
Counts
4 → 86
Calls
4 calls:
1.0ms
(fma t t (/ l (/ x l)))
1.0ms
(fma 2.0 (fma t t (/ l (/ x l))) (* 4.0 (/ (pow t 2) x)))
10.0ms
(/ (pow t 2) x)
2.0ms
(sqrt (fma 2.0 (fma t t (/ l (/ x l))) (* 4.0 (/ (pow t 2) x))))

series1.0s

Counts
4 → 12
Calls
4 calls:
53.0ms
(fma t t (/ l (/ x l)))
127.0ms
(fma 2.0 (fma t t (/ l (/ x l))) (* 4.0 (/ (pow t 2) x)))
29.0ms
(/ (pow t 2) x)
829.0ms
(sqrt (fma 2.0 (fma t t (/ l (/ x l))) (* 4.0 (/ (pow t 2) x))))

simplify1.6s

Counts
98 → 98
Iterations

Useful iterations: done (1.6s)

IterNodesCost
01591358
12771259
26591108
322661108
done50011107

prune467.0ms

Pruning

10 alts after pruning (9 fresh and 1 done)

Merged error: 5.0b

localize43.0ms

Local error

Found 4 expressions with local error:

10.0b
(/ (pow t 2) x)
10.0b
(/ (pow t 2) x)
29.5b
(sqrt (fma 2.0 (fma t t (/ l (/ x l))) (* 4.0 (/ (pow t 2) x))))
29.5b
(sqrt (fma 2.0 (fma t t (/ l (/ x l))) (* 4.0 (/ (pow t 2) x))))

rewrite38.0ms

Algorithm
rewrite-expression-head
Rules
48×times-frac
42×add-sqr-sqrt
40×add-cube-cbrt *-un-lft-identity
24×unpow-prod-down
16×associate-/l*
14×add-exp-log
add-cbrt-cube unpow2 sqr-pow
pow1 div-exp associate-/r* sqrt-prod
expm1-log1p-u log1p-expm1-u add-log-exp
cbrt-undiv pow-to-exp rem-sqrt-square frac-2neg sqrt-pow1 pow1/2 pow-exp clear-num div-inv
Counts
4 → 132
Calls
4 calls:
15.0ms
(/ (pow t 2) x)
10.0ms
(/ (pow t 2) x)
2.0ms
(sqrt (fma 2.0 (fma t t (/ l (/ x l))) (* 4.0 (/ (pow t 2) x))))
2.0ms
(sqrt (fma 2.0 (fma t t (/ l (/ x l))) (* 4.0 (/ (pow t 2) x))))

series857.0ms

Counts
4 → 12
Calls
4 calls:
32.0ms
(/ (pow t 2) x)
36.0ms
(/ (pow t 2) x)
347.0ms
(sqrt (fma 2.0 (fma t t (/ l (/ x l))) (* 4.0 (/ (pow t 2) x))))
441.0ms
(sqrt (fma 2.0 (fma t t (/ l (/ x l))) (* 4.0 (/ (pow t 2) x))))

simplify1.5s

Counts
144 → 144
Iterations

Useful iterations: done (1.5s)

IterNodesCost
01331862
12331676
25591492
317891492
done50001490

prune960.0ms

Pruning

10 alts after pruning (8 fresh and 2 done)

Merged error: 5.0b

regimes461.0ms

Accuracy

77.9% (5.2b remaining)

Error of 9.1b against oracle of 3.9b and baseline of 27.5b

bsearch264.0ms

Steps
ItersRangePoint
4
2.8615303770675884e+117
4.371962998755528e+117
3.380741590772817e+117
8
-2.123549231421323e+124
-2.3823582692630786e+120
-3.696744411039917e+122

simplify5.0ms

Iterations

Useful iterations: 0 (1.0ms)

IterNodesCost
03066
13466
done3466

end0.0ms

sample6.3s

Algorithm
intervals
Results
1.2s10131×body80nan
1.1s1035×body640valid
945.0ms5121×body80valid
811.0ms608×body1280nan
549.0ms881×body1280valid
260.0ms611×body320valid
240.0ms613×body640nan
157.0ms362×body320nan
70.0ms352×body160valid
29.0ms156×body160nan