Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
76dc546b
"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "b80661e8c78e115ed9b41391c87fdb7f1a7f69ec"
Commit
76dc546b
authored
Dec 15, 2017
by
Davis King
Browse files
Clarified spec
parent
977db529
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/global_optimization/global_function_search_abstract.h
dlib/global_optimization/global_function_search_abstract.h
+2
-2
No files found.
dlib/global_optimization/global_function_search_abstract.h
View file @
76dc546b
...
@@ -186,8 +186,8 @@ namespace dlib
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment