Namespace model

Sub-modules

model.constants

Constants used in the model e.g. number of epochs in a year, Gwei in 1 Ether

model.parts
experiments.simulation_configuration

Simulation configuration such as the number of timesteps and Monte Carlo runs

model.state_update_blocks

cadCAD model State Update Block structure, composed of Policy and State Update Functions

model.state_variables

Definition of State Variables, their types, and default values …

model.stochastic_processes

Helper functions to generate stochastic environmental processes

model.system_parameters

Definition of System Parameters, their types, and default values …

model.types

Various Python types used in the model

model.utils

Misc. utility and helper functions