MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
|
Module providing functions and models. More...
Go to the source code of this file.
Data Structures | |
class | python.SurrogateModel.ArgPosNotFound |
class | python.SurrogateModel.EmbDoc |
Class wrapper for DynamicEmbeddedDocument from MongeEngine. More... | |
class | python.SurrogateModel.GrowingList |
Class list that is automatically extended when index is out of range. More... | |
class | python.SurrogateModel.IndexSet |
class | python.SurrogateModel.MinMax |
class | python.SurrogateModel.MinMaxOpt |
class | python.SurrogateModel.MinMaxArgPos |
class | python.SurrogateModel.MinMaxArgPosOpt |
class | python.SurrogateModel.IOP |
class | python.SurrogateModel.SurrogateFunction |
class | python.SurrogateModel.CFunction |
Class for defining Surrogate Functions where the executable code is a C- function. More... | |
class | python.SurrogateModel.Function |
class | python.SurrogateModel.SurrogateModel |
class | python.SurrogateModel.ForwardMappingModel |
Class for defining 'forward mapping' models. More... | |
class | python.SurrogateModel.BackwardMappingModel |
Class for defining 'backward mapping' models. More... | |
Functions | |
def | python.SurrogateModel.existsAndHasArgPos (i, name) |
Function checking whether the model inputs corresponds to the arguments. More... | |
def | python.SurrogateModel.checkAndConvertType (kwargs, name, cls) |
Function checking if the type of the strategy "name" provided by the user is correct, i.e. More... | |
def | python.SurrogateModel.loadType (obj, name, cls) |
Function that helps loading strategy "name" from model "obj". More... | |
Module providing functions and models.
Definition in file SurrogateModel.py.
python.SurrogateModel.MODENA_PARSED_URI |
Definition at line 65 of file SurrogateModel.py.