You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This way we can tweak our formula to figure out exactly what weights work best for the user, and we can also get messages based on distance as opposed to rooms.
The text was updated successfully, but these errors were encountered:
Should return the messages in a square (minLat, maxLat, etc), sorted based on the following parameters:
With the formula:
(kU * X1 + kD * X2 + rC * X3) * X4 ^ (X5 / (currentTime - lastReplyTime))
This way we can tweak our formula to figure out exactly what weights work best for the user, and we can also get messages based on distance as opposed to rooms.
The text was updated successfully, but these errors were encountered: