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
0f300f70
Commit
0f300f70
authored
Nov 15, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed grammar
parent
02d4d2a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bsp_ex.cpp
examples/bsp_ex.cpp
+2
-2
No files found.
examples/bsp_ex.cpp
View file @
0f300f70
...
...
@@ -16,7 +16,7 @@
current computer):
1. Open three command windows and navigate each to the folder containing the
compiled bsp_ex.cpp program. Lets call these window 1, window 2, and window 3.
compiled bsp_ex.cpp program. Let
'
s call these window 1, window 2, and window 3.
2. In window 1 execute this command:
./bsp_ex -l12345
...
...
@@ -173,7 +173,7 @@ void bsp_job_node_0 (bsp_context& bsp, double& min_value, double& optimal_x)
// is the interface that allows BSP jobs to communicate with each other.
// Now lets get down to work. Recall that we are trying to find the x value that
// Now let
'
s get down to work. Recall that we are trying to find the x value that
// minimizes the f(x) defined above. The grid search will start out by considering the
// range [-1e100, 1e100] on the number line. It will progressively narrow this window
// until it has located the minimizer of f(x) to within 1e-15 of its true value.
...
...
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