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
20130eb1
Commit
20130eb1
authored
Jul 07, 2018
by
Davis King
Browse files
Clarified docs
parent
bca6939f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
dlib/global_optimization/global_function_search_abstract.h
dlib/global_optimization/global_function_search_abstract.h
+4
-1
No files found.
dlib/global_optimization/global_function_search_abstract.h
View file @
20130eb1
...
@@ -297,7 +297,10 @@ namespace dlib
...
@@ -297,7 +297,10 @@ namespace dlib
function_evaluation_request::set(). You could even spread the work across
function_evaluation_request::set(). You could even spread the work across
a compute cluster if you have one. Note that find_max_global() optionally
a compute cluster if you have one. Note that find_max_global() optionally
supports this type of parallel execution, however you get more flexibility
supports this type of parallel execution, however you get more flexibility
with the global_function_search's API.
with the global_function_search's API. As another example, it's possible
to save the state of the solver to disk so you can restart the optimization
from that point at a later date when using global_function_search, but not
with find_max_global().
So what happens if you have N outstanding function evaluation requests?
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
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