For multidimensional optimization problems, I want to find which of the variables (to be optimized) are highly influential on the objective function value, so that I can have an expectation on which parameters would be accurately identified by the optimizer.
Given a domain for each variable, the aim is to identify which of the variables (in their respective domain) has the most influence on the overall objective function value.
The complexity also arises due to the fact that I am working on black-box optimization , and the objective function is not algebraic but a finite element computation. So I want to reduce the dimension of the problem.
Thanks for the help.