Scripts for experiments using PrefPy (found at https://github.com/xialirong/prefpy)
This code has been split off of the original PrefPy package/repository in an effort to organize and remove code not part of the implementations of the algorithms in PrefPy. All tests and experiments are now located here.
- Released on Python Package Index (PyPI) for public download and install with pip (see Installation below)
- The code in this repository is research code, so it is constantly in a state of change
- The imports must all be changed as these files were originally part of the PrefPy package itself and now rely on it being installed separately
- Use of MATLAB optimization in this package requires Python 3.4 due to lack of support yet for Python 3.5 by the MATLAB Engine
Install directly from PyPI using pip for Python 3.4 (or greater) with the command
pip install prefpy-experiments
Symlink install while developing to keep changes in the code instead by downloading from GitHub and run setup.py with the command
python3 setup.py develop