mirror of https://github.com/davisking/dlib.git
Clarified spec
This commit is contained in:
parent
977db52930
commit
76dc546b90
|
@ -186,8 +186,8 @@ namespace dlib
|
||||||
and a local optima refinement mode. This is accomplished by building and
|
and a local optima refinement mode. This is accomplished by building and
|
||||||
maintaining two models of the objective function:
|
maintaining two models of the objective function:
|
||||||
1. A global model that upper bounds our objective function. This is a
|
1. A global model that upper bounds our objective function. This is a
|
||||||
non-parametric model based on all function evaluations ever seen by
|
non-parametric piecewise linear model based on all function
|
||||||
the global_function_search object.
|
evaluations ever seen by the global_function_search object.
|
||||||
2. A local quadratic model fit around the best point seen so far.
|
2. A local quadratic model fit around the best point seen so far.
|
||||||
|
|
||||||
The optimization procedure therefore looks like this:
|
The optimization procedure therefore looks like this:
|
||||||
|
|
Loading…
Reference in New Issue