Experiments Utilities
=====================

Some utilities to make various experiments in the package for example to compare function, test solvers, check different
scenarios, etc.

It consists of:

#. Experiments functions module - :doc:`experiments_functions` - that contains functions for comparing and conducting experiments
#. | Scenario Runner - :doc:`scenarios_runner` - A utility to easily define, run and compare scenarios (solver on a scene).
   | Read more in :doc:`../../tutorials/conducting_experiments`


.. toctree::
    :maxdepth: 3

    experiments_functions
    scenarios_runner