| Algorithm 1 Gradient descent optimization of GAN |
|
for number of training iterations do for k steps do Sample batch of samples from voltage distributions . Sample batch of samples from conductivity distributions . Update the discriminator by ascending its stochastic gradient: . end for Sample batch of samples from voltage distributions . Update the generator by descending its stochastic gradient: . end for |