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

Function chebyquad

dlib/test/optimization_test_functions.cpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 double chebyquad(const matrix<double,0,1>& x )
74 {
75 chebyquad_calls()++;
76 return sum(squared(chebyquad_residuals(x)));
77 }
78
79 // ----------------------------------------------------------------------------------------
80

Callers 3

test_problemsFunction · 0.85
test_with_chebyquadFunction · 0.85
operator()Method · 0.85

Calls 3

squaredFunction · 0.85
chebyquad_residualsFunction · 0.85
sumFunction · 0.50

Tested by

no test coverage detected