objective_function

Optimizer.objective_function(parameters: ArrayLike) ArrayLike[source]

Calculate the objective for the optimization.

Parameters:

parameters (ArrayLike) – the parameters provided by the optimizer.

Returns:

The objective for the optimizer.

Return type:

ArrayLike