MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / update

Method update

JSAT/src/jsat/math/optimization/stochastic/NAdaGrad.java:75–79  ·  view source on GitHub ↗
(Vec w, Vec grad, double eta)

Source from the content-addressed store, hash-verified

73
74
75 @Override
76 public void update(Vec w, Vec grad, double eta)
77 {
78 update(w, grad, eta, 0, 0);
79 }
80
81 @Override
82 public double update(Vec w, Vec grad, double eta, double bias, double biasGrad)

Callers 2

testUpdate_3argsMethod · 0.95
testUpdate_5argsMethod · 0.95

Calls 7

getBaseMethod · 0.45
getIndexMethod · 0.45
getValueMethod · 0.45
setMethod · 0.45
getMethod · 0.45
incrementMethod · 0.45
maxMethod · 0.45

Tested by 2

testUpdate_3argsMethod · 0.76
testUpdate_5argsMethod · 0.76