The Brouwer fixpoint theorem states that any continuous mapping $f$, from a convex, compact set to itself will contain a fixpoint.
The Brouwer algorithm finds these (approximate) fixpoints. But how is a continuous function inputted into this algorithm?
Is it as a black box? If so, would changing this to a discrete set of points change the complexity of the algorithm?