desc.objectives.ObjectiveFunction.compute_unscaled

ObjectiveFunction.compute_unscaled(x, constants=None)Source

Compute the raw value of the objective function.

Parameters:
  • x (ndarray) – State vector.

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

Returns:

f (ndarray) – Objective function value(s).