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

Method Optimizer

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

Source from the content-addressed store, hash-verified

29class Optimizer {
30public:
31 Optimizer(opt_objective func, opt_gradient grad): F(func), gradF(grad){}
32
33 void optimize(opt_var& initial_guess, opt_option& option,DeviceBlasHandle& cublas_H) {
34 x.copy(initial_guess);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected