modelrunner.model package

Defines models that handle a simulation and its inputs

ModelBase

base class for describing models

make_model

create model from a function and a dictionary of parameters

make_model_class

create a model from a function by interpreting its signature

set_default

sets the function or model as the default model

Parameter

class representing a single parameter

Parameterized

a mixin that manages the parameters of a class