model_from_X Interface

interface
public subroutine model_from_X(problem, X)

Arguments

Type IntentOptional Attributes Name
class(FittingProblem), intent(inout) :: problem

Fitting problem to optimize

real(kind=pr), intent(in) :: X(:)

Vector of parameters to fit

Description

Function that returns a setted model from the parameters vector