desc.objectives.ObjectiveFunction.print_value

ObjectiveFunction.print_value(x, constants=None)Source

Print the value(s) of the objective.

Parameters:
  • x (ndarray) – State vector.

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