Model

class enflow.models.model.Model(name)[source]

Bases: object

Base class for all models.

This class provides common functionality and shared attributes for all derived models: Simulator, Predictor, Optimizer, and Agent.

Attributes

namestr

Name of the model.