Assignment 6 Question 6

Assignment 6 Question 6

by Jerome Shijo -
Number of replies: 2

Hello,

For Assignment 6, Question 6, what is the suggested interval for the problem sizes ranging from 1 to 1 billion? Would using powers of 10 (e.g., 1, 10, 100, ...) be sufficient, or should we include more points?

Thanks in advance!

Jerome Shijo

In reply to Jerome Shijo

Re: Assignment 6 Question 6

by Sebastian Kuckuk -

You are free to use any (reasonable) intervals. Powers of 10 would be sufficient for this assignment, but could skip/ hide some effects in practice.

Generally speaking, using powers of 2 usually gives a good balance between computational effort (10 samples for each three orders of magnitude), and accuracy.

You could also do a coarse sampling first, and then add additional points in regions of interest (high gradients in the plot, around cache limits, ...). But this is also not required in this assignment.