Turning belief into one decision
The surrogate describes what you believe about the objective. It does not tell you what to do. At every candidate point the Gaussian process reports a mean and a variance, and you must collapse those into a single scalar score so you can pick the highest-scoring point and evaluate it.
That scoring rule is the acquisition function. It is cheap to compute, so you optimize it thoroughly over the whole input space, using ordinary gradient or grid methods, to find where it peaks. Then you pay for exactly one expensive evaluation there.
Every acquisition function is a different answer to one question: how should a high predicted mean, which argues for exploiting, be weighed against a high variance, which argues for exploring? The three that follow are the canonical answers.

