MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
SurrogateModel.py File Reference

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...
 

Variables

 python.SurrogateModel.MODENA_URI = os.environ.get('MODENA_URI', 'mongodb://localhost:27017/test')
 
 python.SurrogateModel.uri
 
 python.SurrogateModel.database
 
 python.SurrogateModel.host
 
 python.SurrogateModel.MODENA_PARSED_URI
 

Detailed Description

Module providing functions and models.

Author
Henrik Rusche
Sigve Karolius
Mandar Thombre

Definition in file SurrogateModel.py.

Variable Documentation

◆ MODENA_PARSED_URI

python.SurrogateModel.MODENA_PARSED_URI
Initial value:
1 = pymongo.uri_parser.parse_uri(
2  MODENA_URI,
3  default_port=27017
4 )

Definition at line 65 of file SurrogateModel.py.