Skip to content
Snippets Groups Projects
Commit b89bb190 authored by Samuel Grayson's avatar Samuel Grayson
Browse files

Added output.log

parent 4546e036
No related branches found
No related tags found
No related merge requests found
/home/sam/box/automated-program-repair/optmal-test-order-math/algo.py:61: RuntimeWarning: invalid value encountered in true_divide
+ p[0]/p*(1-p[0])/(1-p)*D*P
/home/sam/box/automated-program-repair/optmal-test-order-math/algo.py:61: RuntimeWarning: divide by zero encountered in true_divide
+ p[0]/p*(1-p[0])/(1-p)*D*P
/home/sam/box/automated-program-repair/optmal-test-order-math/algo.py:61: RuntimeWarning: invalid value encountered in multiply
+ p[0]/p*(1-p[0])/(1-p)*D*P
/home/sam/box/automated-program-repair/optmal-test-order-math/algo.py:59: RuntimeWarning: divide by zero encountered in true_divide
+ p/p[0]*A
/home/sam/box/automated-program-repair/optmal-test-order-math/algo.py:59: RuntimeWarning: invalid value encountered in true_divide
+ p/p[0]*A
/home/sam/box/automated-program-repair/optmal-test-order-math/algo.py:59: RuntimeWarning: invalid value encountered in multiply
+ p/p[0]*A
/home/sam/box/automated-program-repair/optmal-test-order-math/algo.py:60: RuntimeWarning: divide by zero encountered in true_divide
+ p/p[0]*(d-d[0])*B
/home/sam/box/automated-program-repair/optmal-test-order-math/algo.py:60: RuntimeWarning: invalid value encountered in true_divide
+ p/p[0]*(d-d[0])*B
/home/sam/box/automated-program-repair/optmal-test-order-math/algo.py:60: RuntimeWarning: invalid value encountered in multiply
+ p/p[0]*(d-d[0])*B
geomean of speedup of optimal algorithm over naive is 7% of naive speed.
95.0% confident that speedup of the optimal algorithm lies between 6% and 9% of naive speed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment