A Python package for Adaptive Design Optimization on psychological tasks.
Currently working in progress.
- Python 2.7 or 3.4+
- NumPy
- Pandas
- SciPy
# Clone the repository from Github.
git clone <repo-url>
# Install the package with pip.
pip install .
# Or you can install it linked to sources for developmental purpose.
pip install -e .