Guest User

Untitled

a guest
Oct 18th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. {
  2. "functions": {
  3. "simple_gauss": {
  4. "base": "decay_gauss",
  5. "scale": "5d",
  6. "offset": "1d",
  7. "decay": "0.3"
  8. },
  9. "popularity_gauss": {
  10. "base": "decay_gauss",
  11. "scale": "100",
  12. "offset": "5",
  13. "decay": "0.5"
  14. }
  15. },
  16. "defaults": {
  17. "popularity": 1
  18. },
  19. "score": "simple_gauss(time)*popularity"
  20. }
Add Comment
Please, Sign In to add comment