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
a23d726b
Commit
a23d726b
authored
Apr 14, 2017
by
ernestotapiar
Committed by
Davis E. King
Apr 14, 2017
Browse files
Corrected typo that generated an erroneus Hessian of Brown's function. (#534)
parent
664ef398
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/test/optimization_test_functions.cpp
dlib/test/optimization_test_functions.cpp
+1
-1
No files found.
dlib/test/optimization_test_functions.cpp
View file @
a23d726b
...
...
@@ -378,7 +378,7 @@ namespace dlib
h
(
0
,
3
)
=
h
(
0
,
3
)
+
8.0E+00
*
f1
*
f2
*
df1dx1
*
df2dx4
;
h
(
1
,
0
)
=
h
(
1
,
0
)
+
12.0E+00
*
pow
(
f1
,
2
)
*
df1dx2
*
df1dx1
+
4.0E+00
*
pow
(
f2
,
2
)
*
df1dx2
*
df1dx1
;
h
(
1
,
1
)
=
h
(
1
,
1
)
+
12.0E+00
*
pow
(
f1
,
2
)
*
df1dx2
*
df1dx2
+
4.0E+00
*
pow
(
f2
,
2
)
*
df1dx2
*
df1dx
1
;
h
(
1
,
1
)
=
h
(
1
,
1
)
+
12.0E+00
*
pow
(
f1
,
2
)
*
df1dx2
*
df1dx2
+
4.0E+00
*
pow
(
f2
,
2
)
*
df1dx2
*
df1dx
2
;
h
(
1
,
2
)
=
h
(
1
,
2
)
+
8.0E+00
*
f1
*
f2
*
df1dx2
*
df2dx3
;
h
(
1
,
3
)
=
h
(
1
,
3
)
+
8.0E+00
*
f1
*
f2
*
df1dx2
*
df2dx4
;
...
...
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