SimPEG.objective_function.BaseObjectiveFunction.__call__#

BaseObjectiveFunction.__call__(x, f=None)[source]#

Evaluate the objective function for a given model.

Parameters:
x(nP) numpy.ndarray

A vector representing a set of model parameters.

fSimPEG.fields.Fields, optional

Field object (if applicable).