Sequential Model-based Optimization Algorithm

From GM-RKB
Revision as of 20:46, 18 October 2023 by Gmelli (talk | contribs) (Created page with "A Sequential Model-based Optimization Algorithm is an Optimization Algorithm that sequentially selects the next point to evaluate based on a model of the objective function. * <B>Context:</B> ** It aims to balance exploration and exploitation by using the model to guide search. ** It builds a surrogate model of the objective function and uses it to select the next point to evaluate. ** The model is updated as new points are evaluated, allowing it to impro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A Sequential Model-based Optimization Algorithm is an Optimization Algorithm that sequentially selects the next point to evaluate based on a model of the objective function.