A python module that provides the python interface of dsef. Here is a template of how to use this: dsef-template
You can install with: pip3 install pydsef
, or if you are developing python3 setup.py install
Contains the experiment class which is the entry point to all experiments in dsef. This manages settings, experiment generation, setting up RPyC servers, transfering files, and running experiments. This is meant to be used from within Jupyter.
Contains a rpyc.Service subclass and a set of decorators to be used when defining your experiment service.
Provides a series of utility functions that are used throughout DSEF