Explore chapters and articles related to this topic
Adaptive Order-of-Addition Experiments via the Quick-Sort Algorithm
Published in Technometrics, 2023
Dennis K. J. Lin, Jianbin Chen
The classical quick sort works by selecting a pivot element from all the original elements and partitioning the other elements into two subsets (those are larger and those are smaller than the pivot element), and then recursively sorting these two subsets. Motivated by the basic idea of quick sort, the proposed methodology divides the all components into two subsets: the left subset contains those components which are preceded by the pivot component, and the right subset contains those components which are behind the pivot component. Recursively applying the method to these two subsets, the optimal order can then be obtained by combining all optimal subsets together. The procedure of the proposed method is presented in Algorithm 1, with an illustrative example in Section 3.