示例#1
0
 /// <summary>
 /// Resets the adaptation algorithm.
 /// </summary>
 public void Reset()
 {
     theta = 0.0f;
     estimator.Reset();
     optimiser.Reset();
 }