I am a beginner in optimization and I have the following questions: First question: is there a difference between the two optimization formulations?
OP1: $\max_{x} \min_{k} g_k=f(x)$ and OP2: $\max_{x} \min_{k} G=f(x,k)$
I think there is a big difference between the two problems and the solution methodologies. For OP2, one can first minimize of k, then second maximize over x. I do not think this approach works for OP1.
I am interested in solving OP1 (any methods but game theory), but I do not know where to start. Any advice?
Another question: under any conditions OP1 can be written as $\min_{k} \max_{x} g_k=f(x)$, or this is not possible?
Thanks in advance.