AdaGrad.update_matrix

Undocumented in source. Be warned that the author may not have intended to support it.
class AdaGrad
pragma(inline, true) final static pure
void
update_matrix
(
float[][] w
,
float[][] g
,
float[][] sum_g_sq
,
float lr_
,
float eps_
)

Meta