Searched refs:nextRecordWeight (Results 1 – 2 of 2) sorted by relevance
962 float nextRecordWeight = 1; in sort() local968 activity.weight += historicalRecord.weight * nextRecordWeight; in sort()969 nextRecordWeight = nextRecordWeight * WEIGHT_DECAY_COEFFICIENT; in sort()
940 float nextRecordWeight = 1; in sort() local946 activity.weight += historicalRecord.weight * nextRecordWeight; in sort()947 nextRecordWeight = nextRecordWeight * WEIGHT_DECAY_COEFFICIENT; in sort()