desc.objectives.ObjectiveFunction.compute_scaled

ObjectiveFunction.compute_scaled(x, constants=None)Source

Compute the objective function and apply weighting and normalization.

Parameters:
  • x (ndarray) – State vector.

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

Returns:

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