Dear All,
The goal is to achieve the highest accuracy for a specific combination of the input variables. For example, I only evaluated three different combinations of the input, while we have other combinations like y=f(x1,x4), y=f(x3,x4,x5), y=f(x3), and so on.
As you know evaluation of all possible combinations is time-consuming. Is there any way to get the best combination of inputs?
Any help would be greatly appreciated.