MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Parameter fitting class, non-linear least squares regression. More...
Public Member Functions | |
def | __init__ (self, args, kwargs) |
def | newPointsFWAction (self, model, kwargs) |
Public Member Functions inherited from python.Strategy.ParameterFittingStrategy | |
def | __init__ (self, args, kwargs) |
def | newPointsFWAction (self, model, kwargs) |
def | workflow (self, model) |
def | errorTest (model, parameters, testIndices) |
def | to_dict (self) |
def | from_dict (cls, m_dict) |
def | __repr__ (self) |
Parameter fitting class, non-linear least squares regression.
Definition at line 453 of file Strategy.py.
def python.Strategy.NonLinFitWithErrorContol.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
Definition at line 458 of file Strategy.py.