I have an algorithm that uses four operators, each operator has two or three possible values. I want to test the influence of each value on the performance of the algorithm. In total, 36 variants can be derived by varying the values of the operators.
I run the 36 variants on 3000 problem instances, and calculated the average deviation from the best known solutions.
I gathered the results of the values of each parameters similar to Taguchi Design experiments (Operators are the Parameters and values are the Levels).
My question is: what is the most suitable statistical test that can be used to see if there is a statistically significant impact of a value among the other values of each operator?