Example #1
0
 def _computeStatistics(self):
     Amari._computeStatistics(self)
     self._previous_gradient = self._last_gradient.copy()
Example #2
0
 def _computeStatistics(self):
     Amari._computeStatistics(self)
     self._previous_gradient = self._last_gradient.copy()
Example #3
0
 def _additionalInit(self):
     Amari._additionalInit(self)
     self._previous_gradient = ones(self.paramdim)
Example #4
0
 def _additionalInit(self):
     Amari._additionalInit(self)
     self._previous_gradient = ones(self.paramdim)