Developer documentation
Version 3.0.3-105-gd3941f44
MR::Math::LinearUpdateBB Class Reference

#include "math/gradient_descent_bb.h"

Public Member Functions

template<typename ValueType >
bool operator() (Eigen::Matrix< ValueType, Eigen::Dynamic, 1 > &newx, const Eigen::Matrix< ValueType, Eigen::Dynamic, 1 > &x, const Eigen::Matrix< ValueType, Eigen::Dynamic, 1 > &g, ValueType step_size)
 

Detailed Description

Definition at line 36 of file gradient_descent_bb.h.

Member Function Documentation

◆ operator()()

template<typename ValueType >
bool MR::Math::LinearUpdateBB::operator() ( Eigen::Matrix< ValueType, Eigen::Dynamic, 1 > &  newx,
const Eigen::Matrix< ValueType, Eigen::Dynamic, 1 > &  x,
const Eigen::Matrix< ValueType, Eigen::Dynamic, 1 > &  g,
ValueType  step_size 
)
inline

Definition at line 39 of file gradient_descent_bb.h.


The documentation for this class was generated from the following file: