Cyclic descent policy for Stochastic Coordinate Descent(SCD). More...
Static Public Member Functions | |
template < typename ResolvableFunctionType > | |
| static size_t | DescentFeature (const size_t iteration, const arma::mat &, const ResolvableFunctionType &function) |
| The DescentFeature method is used to get the descent coordinate for the current iteration. More... | |
Cyclic descent policy for Stochastic Coordinate Descent(SCD).
This descent scheme picks a the co-ordinate for the descent in a cyclic manner serially.
For more information, see the following.
Definition at line 38 of file cyclic_descent.hpp.
|
inlinestatic |
The DescentFeature method is used to get the descent coordinate for the current iteration.
| ResolvableFunctionType | The type of the function to be optimized. |
| iteration | The iteration number for which the feature is to be obtained. |
| iterate | The current value of the decision variable. |
| function | The function to be optimized. |
Definition at line 53 of file cyclic_descent.hpp.