Finding the optimal combination of inputs which return maximal output for a black box model
问题 One of the challenges that I have been facing when applying ANN to regression tasks on my job is that in order to find the optimal out for a given range of inputs, I have to feed a multidimensional meshgrid to my model and then simply pick the highest value. However, this is overall a very computationally costly solution. The lenght of the text bellow might be scary but it just my attempt to better explain it. Let me explain with other words. Supposing that I have 9 inputs for my ANN, and