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

Function py_function_evaluation

tools/python/src/global_optimization.cpp:290–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290function_evaluation py_function_evaluation(
291 const py::list& x,
292 double y
293)
294{
295 return function_evaluation(list_to_mat(x), y);
296}
297
298// ----------------------------------------------------------------------------------------
299

Callers

nothing calls this directly

Calls 2

list_to_matFunction · 0.85
function_evaluationClass · 0.50

Tested by

no test coverage detected