QuantumGenerator.loss

QuantumGenerator.loss(x, weights)[source]

Loss function for training the generator’s parameters.

Parameters
  • x (numpy.ndarray) – sample label (equivalent to discriminator output)

  • weights (numpy.ndarray) – probability for measuring the sample

Returns

loss function

Return type

float