Model๏ƒ

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