![]() |
MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Parent class for the out of bounds strategies. More...
Inheritance diagram for python.Strategy.OutOfBoundsStrategy:Public Member Functions | |
| def | __init__ (self, args, kwargs) |
| Constructor. | |
| def | newPoints (self) |
| def | workflow (self, model, kwargs) |
| Method generating the workflow for the 'out of bounds strategy'. More... | |
| def | to_dict (self) |
| def | from_dict (cls, m_dict) |
| def | __repr__ (self) |
Parent class for the out of bounds strategies.
defaultdict: subclass of type(dict), overrides method missing in dict and uses a method "defaultfactory" in order to automatically return a dictionary "key" instead of "KeyError". FWSerializable: Creates a serializable object within "FireWorks"
Definition at line 158 of file Strategy.py.
| def python.Strategy.OutOfBoundsStrategy.workflow | ( | self, | |
| model, | |||
| kwargs | |||
| ) |
Method generating the workflow for the 'out of bounds strategy'.
Definition at line 175 of file Strategy.py.