desc.objectives.ObjectiveFunction.vjp_scaled_error

ObjectiveFunction.vjp_scaled_error(v, x, constants=None)Source

Compute vector-Jacobian product of self.compute_scaled_error.

Parameters:
  • v (ndarray) – Vector to left-multiply the Jacobian by.

  • x (ndarray) – Optimization variables.

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