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.- property unknown_variables#
Get the unknown variables of the problem.
- property unknown_parameters#
Get the unknown parameters of the problem.
- Returns:
The unknown parameters of the problem.
- Return type:
torch.nn.Parameter