.. _configuration: Configuration ============= .. autoclass:: pydynamicestimator.config.Config .. autofunction:: pydynamicestimator.config.Config.updated() **Example:** For every run of the estimator an object of class `Config` needs to be passed. Custom configurations can be created as follows: .. code-block:: python from pydynamicestimator.config import config new_config = config.updated(te=0.01, T_end=12.0)