desc.objectives.QuasisymmetryTripleProduct.jvp_scaled_error

QuasisymmetryTripleProduct.jvp_scaled_error(v, x, constants=None)Source

Compute Jacobian-vector product of self.compute_scaled_error.

Parameters:
  • v (tuple of ndarray) – Vectors to right-multiply the Jacobian by.

  • x (tuple of ndarray) – Optimization variables.

  • constants (list) – Constant parameters passed to sub-objectives.