fips.InversionPipeline.run#

InversionPipeline.run(estimator_kwargs=None, **kwargs)[source]#

Execute the standard inversion workflow.

Parameters:
  • estimator_kwargs (dict[str, Any], optional) – Additional keyword arguments to pass to the estimator (e.g., gamma for BayesianSolver).

  • **kwargs – Additional keyword arguments to pass to the InverseProblem constructor.

Returns:

The solved inverse problem.

Return type:

_Problem