The name BOBYQA is an acronym for bound optimization by quadratic approximation. The basic idea of the method is to iteratively approximate the objective function by a quadratic model which is valid in a region around the current iterate, the so-called
trust region. The quadratic model is updated by minimizing the Frobenius norm of the difference in the Hessians of the two consecutive quadratic approximations. The implementation in COMSOL is based on
Ref. 3. There are, however, some modifications: