Skip to content

pdpiech/prefpy_experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrefPy-experiments

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.

What's New

  • Released on Python Package Index (PyPI) for public download and install with pip (see Installation below)

Work In Progress

  • 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

Installation

  • 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

About

Scripts for experiments using PrefPy

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages