Slope-based root-finding method
Definition
The slope-based root-finding method is a first-order root-finding method for a function of one or more variables. Explicitly, given a vector-valued function , the slope-based root-finding method does the following to compute the iterate from the iterate :
where the learning rate is computed based on the iteration. It may be chosen to be constant.
The corresponding optimization method is termed gradient descent.