InverseProblem#

Module for the InverseProblem class.

class InverseProblem[source]#

Bases: AbstractProblem

Class for defining inverse problems, where the objective is to determine unknown parameters through training, based on given data.

Initialization of the InverseProblem class.

abstract unknown_parameter_domain()[source]#

The domain of the unknown parameters of the problem.

property unknown_variables#

Get the unknown variables of the problem.

Returns:

The unknown variables of the problem.

Return type:

list[str]

property unknown_parameters#

Get the unknown parameters of the problem.

Returns:

The unknown parameters of the problem.

Return type:

torch.nn.Parameter