I'm wondering whether a DoE approach could somehow be used as kind of an optimization algorithm? One of my current tasks is to find a set of five parameter which max a sixth one (see here for more: https://scicomp.stackexchange.com/questions/41237/which-optimization-algorithm-to-max-a-single-parameter-by-searching-a-landscape). A greedy approach would simply be to vary all parameters to fully scout the entire parameter landscape. But this is quite inefficient. And this reminded me actually of DoE, where basically the same aspect is addressed: Avoid observing all parameters against all others. Instead, select some useful parameter combinations to avoid a thorough and costly investigation.
Does it make sense, to find a maximum in a control engineering setting, to apply DoE to check parameter settings?
