![]() |
MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Class for initialisation of a surrogate model by fitting it to user-specified points. More...
Inheritance diagram for python.Strategy.InitialPoints:Public Member Functions | |
| def | __init__ (self, args, kwargs) |
| def | newPoints (self) |
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 for initialisation of a surrogate model by fitting it to user-specified points.
Definition at line 351 of file Strategy.py.