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
bca6939f
Commit
bca6939f
authored
Jul 07, 2018
by
Davis King
Browse files
Clarified docs
parent
3f19503a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
dlib/global_optimization/global_function_search_abstract.h
dlib/global_optimization/global_function_search_abstract.h
+3
-1
No files found.
dlib/global_optimization/global_function_search_abstract.h
View file @
bca6939f
...
...
@@ -295,7 +295,9 @@ namespace dlib
for processing. Those separate threads can run the functions being
optimized (e.g. F and G or whatever) and report back by calling
function_evaluation_request::set(). You could even spread the work across
a compute cluster if you have one.
a compute cluster if you have one. Note that find_max_global() optionally
supports this type of parallel execution, however you get more flexibility
with the global_function_search's API.
So what happens if you have N outstanding function evaluation requests?
Or in other words, what happens if you called get_next_x() N times and
...
...
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