Performs the operation
embedding += (embedding-regularization)*learningRate*regularizationWeight-derivative*learningRate
that is a regularized gradient descent over a computed derivative, where the area of regularization is constrained towards the point
set by
GNNNodeData.setRegularization(Tensor)
.