All of the additive modifiers that apply (eg +25 karma, for each tag the post has) are added together and applied first, then all of the multiplicative modifiers (ie the “reduced” option) are multiplied together and applied, then time decay (which is multiplicative) is applied last. The function name is filterSettingsToParams.
All of the additive modifiers that apply (eg +25 karma, for each tag the post has) are added together and applied first, then all of the multiplicative modifiers (ie the “reduced” option) are multiplied together and applied, then time decay (which is multiplicative) is applied last. The function name is
filterSettingsToParams
.