MCPcopy Create free account
hub / github.com/davisking/dlib / brown_solution

Function brown_solution

dlib/test/optimization_test_functions.cpp:411–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409 // ----------------------------------------------------------------------------------------
410
411 matrix<double,4,1> brown_solution ()
412 {
413 matrix<double,4,1> x;
414 // solution from original documentation.
415 //x = -11.5844E+00, 13.1999E+00, -0.406200E+00, 0.240998E+00;
416 x = -11.594439905669450042, 13.203630051593080452, -0.40343948856573402795, 0.23677877338218666914;
417 return x;
418 }
419
420 // ----------------------------------------------------------------------------------------
421

Callers 3

test_problemsFunction · 0.85
test_bound_solver_brownFunction · 0.85
test_with_brownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected