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.