Thompson Sampling ================= Thompson Sampling is a probabilistic acquisition function that samples from the posterior distribution of the surrogate model. It naturally balances exploration and exploitation by selecting candidates according to their probability of being optimal. .. automodule:: alf_tools.optimizer.acquisition_functions.thompson_sampling :members: :show-inheritance: :undoc-members: