In generative adversarial models (GANs), why should we solve min-max problem and not max-min?
I know that in GANs model, there is min-max game between generator and discriminator which discriminator tries to maximize the loss function and the goal of generator is to minimize it. But why we write the loss function as min-max problem and not max-min? As I know, the loss function is not convex, so there is difference between these approaches.
Topic game gan loss-function
Category Data Science