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
808ca104
Commit
808ca104
authored
Sep 18, 2011
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed a function so auto complete in Vim works more conveniently.
parent
b1af808d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
find_max_factor_graph_nmplp.cpp
dlib/test/find_max_factor_graph_nmplp.cpp
+2
-2
No files found.
dlib/test/find_max_factor_graph_nmplp.cpp
View file @
808ca104
...
...
@@ -491,7 +491,7 @@ namespace
template
<
typename
map_problem
>
void
find_max_factor_graph_brute_force
(
void
brute_force_find_max_factor_graph_nmplp
(
const
map_problem
&
prob
,
std
::
vector
<
unsigned
long
>&
map_assignment
)
...
...
@@ -534,7 +534,7 @@ namespace
const
double
score1
=
find_total_score
(
prob
,
map_assignment1
);
find_max_factor_graph_brute_force
(
prob
,
map_assignment2
);
brute_force_find_max_factor_graph_nmplp
(
prob
,
map_assignment2
);
const
double
score2
=
find_total_score
(
prob
,
map_assignment2
);
dlog
<<
LINFO
<<
"score NMPLP: "
<<
score1
;
...
...
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