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
b4644120
Commit
b4644120
authored
Dec 02, 2017
by
Davis King
Browse files
Fixed grammar
parent
3cffafad
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 @
b4644120
...
@@ -17,7 +17,7 @@ namespace dlib
...
@@ -17,7 +17,7 @@ namespace dlib
/*!
/*!
WHAT THIS OBJECT REPRESENTS
WHAT THIS OBJECT REPRESENTS
This object is a simple struct that lets you define the valid inputs to a
This object is a simple struct that lets you define the valid inputs to a
multivariate function. It lets you define bound
s
constraints for each
multivariate function. It lets you define bound constraints for each
variable as well as say if a variable is integer valued or not. Therefore,
variable as well as say if a variable is integer valued or not. Therefore,
an instance of this struct says that a function takes upper.size() input
an instance of this struct says that a function takes upper.size() input
variables, where the ith variable must be in the range [lower(i) upper(i)]
variables, where the ith variable must be in the range [lower(i) upper(i)]
...
@@ -134,7 +134,7 @@ namespace dlib
...
@@ -134,7 +134,7 @@ namespace dlib
This object performs global optimization of a set of user supplied
This object performs global optimization of a set of user supplied
functions. The goal is to maximize the following objective function:
functions. The goal is to maximize the following objective function:
max_{function_i,x_i}: function_i(x_i)
max_{function_i,x_i}: function_i(x_i)
subject to bound
s
constraints on each element of x_i. Moreover, each
subject to bound constraints on each element of x_i. Moreover, each
element of x_i can be either real valued or integer valued. Each of the
element of x_i can be either real valued or integer valued. Each of the
functions can also take a different number of variables. Therefore, the
functions can also take a different number of variables. Therefore, the
final result of the optimization tells you which function produced the
final result of the optimization tells you which function produced the
...
...
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