How to estimate the upper bound of y in this situation?
Given 1. a function y=f(x_1,x_2,x_3,x_4,x_5) with 5 parameters (y=f(...) can be any function). 2. for each x_i there are k_i possible values.
I want to estimate the upper bound of y but I don't want to try all combinations of input, which has size k_1*k_2*k_3*k_4*k_5.
Any idea or direction?