The optimal point should read ```python X = np.array([2 ** (-((2 ** i) - 2) / 2**i) for i in range(1, d + 1)]) ``` (there is a parenthesis typo in the current implementation)