Once upon a time I did a deep dive into trying to reverse engineer the algorithm for bullpen usage. That was years ago, and while I don't think anything has changed, my memory may be inaccurate, and my original findings may not have been correct.
BUT - here's a quick summary of how I believe it works.
For any game situation, when a reliever is called for, the algorithm assesses two things first:
-- Inning
-- Score differential (e.g. tied, up by 1, down by 2, etc.)
Then, for each possible permutation of those 2 variables, the algorithm has a predefined hierarchy in which it looks for the right reliever to bring into the game.
For example (and this is purely hypothetical - I don't know what the exact hierarchy is for any situation):
7th inning, up by 2:
Setup A
Setup B
Closer A
Closer B
LHS/RHS
Long A
Long B
Mopup
The algorithm then works its way down the list until it finds a pitcher with that role whose settings make him available to come into the game. If it finds a Setup A who is available, it brings him in. If no Setup A is available, it moves on to Setup B. Etc.
In this hypothetical example, the closer will not be used - even though it is a save situation - unless there are no Setup A or Setup B pitchers available.
Again, I do not know what the exact hierarchies are for any given game situation, but I believe that the only situations in which closers are at the top of the hierarchy are in the 8th inning or later of close games. So, as 06gsp surmises, it doesn't matter that the situation you describe is technically a save situation; the closer will not be the first one chosen.
Note that "is it a save situation" is not explicitly one of the variables used to characterize the decision. I believe the only time that is considered is after the algorithm has already reached the point on the list where Closer A is listed. Then, if you have checked the "use closer only in save situations" box, the algorithm factors that when deciding if the closer is available. If you checked that box, and the game is NOT a save situation, then Sparky considers the closer unavailable, and he will move down the list to the next category of pitcher.
7/17/2025 4:17 PM (edited)