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
a25f47a3
Commit
a25f47a3
authored
Jul 07, 2018
by
Davis King
Browse files
updated docs
parent
20130eb1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
docs/docs/optimization.xml
docs/docs/optimization.xml
+2
-3
No files found.
docs/docs/optimization.xml
View file @
a25f47a3
...
@@ -1221,9 +1221,8 @@ Or it can use the elastic net regularizer:
...
@@ -1221,9 +1221,8 @@ Or it can use the elastic net regularizer:
essentially a simple wrapper around the global_function_search object and exists to
essentially a simple wrapper around the global_function_search object and exists to
provide a convenient interface. Most users will therefore want to call find_max_global
provide a convenient interface. Most users will therefore want to call find_max_global
rather than global_function_search. However, the API of global_function_search
rather than global_function_search. However, the API of global_function_search
is more general and allows for of a wider set of usage patterns, for example, executing
is more general and allows for of a wider set of usage patterns. So if find_max_global() isn't general enough
objective function evaluations in parallel. So more advanced users may want to use
for you then you can use the global_function_search API.
global_function_search directly rather than find_max_global. But try to use find_max_global() first.
</p>
</p>
</description>
</description>
...
...
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