src.domains.Calibration module

This module is responsible for the model calibration process.

It includes one class for the model calibration. See details in its own documentation. However, the class is only added as a placeholder for the future and not yet filled with actual calibration methods.

Contact person: Stefan Riedmaier Creation date: 20.04.2020 Python version: 3.8

class src.domains.Calibration.Calibration(config)

Bases: object

This class is responsible for the model calibration process.

It includes a main method called “process”. See details in its own documentation.

process()

This method runs through each step of the model calibration process.