Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
b4644120
Commit
b4644120
authored
Dec 02, 2017
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed grammar
parent
3cffafad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
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
/*!
WHAT THIS OBJECT REPRESENTS
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,
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)]
...
...
@@ -134,7 +134,7 @@ namespace dlib
This object performs global optimization of a set of user supplied
functions. The goal is to maximize the following objective function:
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
functions can also take a different number of variables. Therefore, 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