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

Function negate_function

dlib/optimization/optimization_line_search.h:871–871  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869
870 template <typename funct>
871 const negate_function_object<funct> negate_function(const funct& f) { return negate_function_object<funct>(f); }
872
873// ----------------------------------------------------------------------------------------
874

Callers 7

find_max_single_variableFunction · 0.85
find_max_bobyqaFunction · 0.85
find_maxFunction · 0.85
find_max_box_constrainedFunction · 0.85
optimization_testFunction · 0.85

Calls

no outgoing calls

Tested by 2

optimization_testFunction · 0.68