Mustersuchen
Mustersuchen, in optimization literature often called pattern search, is a class of derivative-free optimization algorithms. It aims to minimize or maximize an objective function using only objective evaluations, without explicit gradient information.
The method proceeds iteratively. From a current point x, a predefined pattern of trial points is generated
Variants include the original Hooke–Jeeves pattern search, and more modern mesh-adaptive direct search (MADS) frameworks, which
Applications are common in engineering and applied sciences where objective evaluations come from simulations that are
See also: derivative-free optimization, Hooke–Jeeves method, MADS.