humam/6/9/2015
- changed the extrapolation code to implement adaptive step size
- added code to track the number of
f
evaluations. - wrote some test cases to show the relation between global error and number of
f
evaluations - based on these tests, the adaptive step size implementation seems right. Nonetheless, I’m still thinking about a way to rigorously test the code