MCPcopy Create free account
hub / github.com/ComputationalRobotics/XM-code / Method

Enum Method

XM/include/Optimization/optimization.h:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14class opt_option {
15 public:
16 enum Method {
17 GradientDescent = 1,
18 NewtonMethod = 2
19 };
20
21 opt_option(){};
22 Method method = GradientDescent;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected