MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
python.Strategy.NonLinFitWithErrorContol Class Reference

Parameter fitting class, non-linear least squares regression. More...

+ Inheritance diagram for python.Strategy.NonLinFitWithErrorContol:

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)
 

Detailed Description

Parameter fitting class, non-linear least squares regression.

Definition at line 453 of file Strategy.py.

Constructor & Destructor Documentation

◆ __init__()

def python.Strategy.NonLinFitWithErrorContol.__init__ (   self,
  args,
  kwargs 
)
Todo:
access tuple correctly

Definition at line 458 of file Strategy.py.


The documentation for this class was generated from the following file: