pints icon indicating copy to clipboard operation
pints copied to clipboard

Add methods to access underlying model, problem to errors/problems that have them

Open MichaelClerx opened this issue 8 months ago • 0 comments

E.g.

  • ProblemErrorMeasure.problem()
  • SingleOutputProblem.model()
  • MultiOutputProblem.model()

Not needed from point of view of evaluating / simulating, but very convenient when e.g. passing a problem to a plotting method if it can also get parameter names from underlying model etc

MichaelClerx avatar Feb 28 '25 13:02 MichaelClerx