Home | History | Annotate | Download | only in src

Lines Matching refs:defaultHistory2

106 static const int defaultHistory2 = 500; // Learning rate; alpha = 1/defaultHistory2
131 history = defaultHistory2;
156 history = _history > 0 ? _history : defaultHistory2;