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

Class function_spec

dlib/global_optimization/global_function_search.h:19–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17// ----------------------------------------------------------------------------------------
18
19 struct function_spec
20 {
21 function_spec(
22 matrix<double,0,1> bound1,
23 matrix<double,0,1> bound2
24 );
25
26 function_spec(
27 matrix<double,0,1> bound1,
28 matrix<double,0,1> bound2,
29 std::vector<bool> is_integer
30 );
31
32 matrix<double,0,1> lower;
33 matrix<double,0,1> upper;
34 std::vector<bool> is_integer_variable;
35 };
36
37// ----------------------------------------------------------------------------------------
38

Callers 4

find_max_globalFunction · 0.70
find_min_globalFunction · 0.70
py_function_spec1Function · 0.50
py_function_spec2Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected