Errors and typos
- The function T3 (equation (A.12)) is printed wrongly in the appendix of the thesis (but correctly in the code). The last two terms in the max function should be -x_{i-1} and -x_{i+1} and not both -x_{i-1} as it says in the appendix. [Thank you, C. Sagastizabal.]
- In table 7, page 37 in the thesis: The function F3 is listed as having -(n-1)/2 as optimal value (f^{\star}). This is a typo. The correct value is -sqrt(2)*(n-1). The correct value was used in the code and numerical experiments. [Thank you, C. Sagastizabal.]