desc.objectives.ObjectiveFunction.vjp_scaled

ObjectiveFunction.vjp_scaled(v, x)Source

Compute vector-Jacobian product of the objective function.

Uses the scaled form of the objective.

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

  • x (ndarray) – Optimization variables.