Bayesoptimalizálás
Bayesoptimálás is a probabilistic approach to optimizing black-box functions. It is particularly useful when function evaluations are expensive or time-consuming, as it aims to find the global optimum with a minimal number of evaluations. The core idea is to build a probabilistic model of the objective function and then use this model to intelligently select the next point to evaluate.
The probabilistic model is typically a Gaussian process, which provides a distribution over possible functions that
Bayesoptimálás uses an acquisition function to decide where to sample next. The acquisition function balances exploration
The algorithm proceeds iteratively. First, an initial set of points is evaluated. Then, a Gaussian process model