diff --git a/dlib/global_optimization/global_function_search_abstract.h b/dlib/global_optimization/global_function_search_abstract.h index 1a2b5c00b..4841f164f 100644 --- a/dlib/global_optimization/global_function_search_abstract.h +++ b/dlib/global_optimization/global_function_search_abstract.h @@ -186,8 +186,8 @@ namespace dlib and a local optima refinement mode. This is accomplished by building and maintaining two models of the objective function: 1. A global model that upper bounds our objective function. This is a - non-parametric model based on all function evaluations ever seen by - the global_function_search object. + non-parametric piecewise linear model based on all function + evaluations ever seen by the global_function_search object. 2. A local quadratic model fit around the best point seen so far. The optimization procedure therefore looks like this: