Searched refs:HISTORY_FACTOR (Results 1 – 1 of 1) sorted by relevance
27 private static final float HISTORY_FACTOR = 0.9f; field in HistoryEvaluator78 float factor = (float) Math.pow(HISTORY_FACTOR, (time - lastUpdate) / INTERVAL); in decayValue()