MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Class initialising a SurrogateModel given a dataset of input-output relations. More...
Public Member Functions | |
def | __init__ (self, args, kwargs) |
def | newPoints (self) |
def | workflow (self, model) |
Public Member Functions inherited from python.Strategy.InitialisationStrategy | |
def | __init__ (self, args, kwargs) |
Constructor. | |
def | newPoints (self) |
Method which adds new points to the database. More... | |
def | workflow (self, model) |
def | to_dict (self) |
Method used by FireWorks to deserialise the object instance. More... | |
def | from_dict (cls, m_dict) |
Method used by FireWorks to deserialise all insatnces. More... | |
def | __repr__ (self) |
Class initialising a SurrogateModel given a dataset of input-output relations.
Definition at line 365 of file Strategy.py.