desc.objectives.ObjectiveFunction.jvp

ObjectiveFunction.jvp(v, x)[source]

Compute Jacobian-vector product of the objective function.

Parameters:
  • v (tuple of ndarray) – Vectors to right-multiply the Jacobian by. The number of vectors given determines the order of derivative taken.

  • x (ndarray) – Optimization variables.