It’s important to note that in the Parameter Optimization Loop, node will iterate over all the parameters you have provided, regardless of how many are actively used in the SARIMA node.
The loop’s behavior is determined by the strategy you defined (eg:- Brute Force), which means it will systematically go through all the parameters provided, even if some are not directly used in the further node. This is expected behavior and not a bug.
If you wish to limit the loop to only certain parameters, you’ll need to use only ones that are required. Hope this helps.