aboutsummaryrefslogtreecommitdiff
path: root/doc/utils.rst
blob: 6df8a0c57c7eebaab8ee45ac6f1aae7f4812fe26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Utils
=============

.. autoclass:: rumba.utils.ExperimentManager
   :member-order: bysource

Example usage of the class:

.. code-block:: python

   with ExperimentManager(exp, swap_out_strategy=PROMPT_SWAPOUT):
       exp.swap_in()
       exp.bootstrap_prototype()