desc.objectives.ObjectiveFunction.compute_scalar

ObjectiveFunction.compute_scalar(x)[source]

Compute the scalar form of the objective function.

Parameters:

x (ndarray) – State vector.

Returns:

f (float) – Objective function scalar value.