Hi,
I have solved the problem (I hope). Here is the code that can compute an arbitrary number of nested variables (forall and exist) for a predefined function. Now, my question is: is my procedure valid?
Can I optimize the function step by step from the inner variable to the outer one?
int...
Hi all,
I'm trying to solve my problem of optimize the function. The procedure that I have described in the previous post is valid? i.e. Can I optimize the function and finding the optimal value of each variable step by step?
Thank you
This is no true. The problem is not constrained neither Linear Programming. I don't know the properties of the function and I can't use the information from the analysis because I'm on discrete field (unfortunately I don't know the discrete mathematics). My aim is to find the values for the...
The answer is yes, but with little trick. When you say "If there are two or more values that give the same maximum value, you choose the smallest z" is not correct. The correct expression is "If there are two or more values of a variable that gives the same maximum/minimum value, I choose all...
Thank you for welcome and for the answer.
Probably I have not explained well what I should do.
I have a function of several variables like f(x,y,z) = x+y+z (trivial example) and I want to find the value of the variables x,y,z for which the function assume the assume the optimal value. The...
Hi,
I have to compute the optimal value of function of several variables. The function is maximized and/or minimized by nested variables x,y... For instance min(x) max(y) f(x,y).
The function is known and the variables take a values from a known finite domain. I have thought a solution where I...