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

Function brown_start

dlib/test/optimization_test_functions.cpp:402–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400 // ----------------------------------------------------------------------------------------
401
402 matrix<double,4,1> brown_start ()
403 {
404 matrix<double,4,1> x;
405 x = 25.0E+00, 5.0E+00, -5.0E+00, -1.0E+00;
406 return x;
407 }
408
409 // ----------------------------------------------------------------------------------------
410

Callers 2

test_problemsFunction · 0.85
test_with_brownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected