Skip to content
Permalink
0.3.1
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
90 lines (66 sloc) 2.39 KB

Home

ADOpy logo


Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Travis CI CodeCov

ADOpy is a Python implementation of Adaptive Design Optimization (ADO; Myung, Cavagnaro, & Pitt, 2013), which computes optimal designs dynamically in an experiment. Its modular structure permit easy integration into existing experimentation code.

ADOpy supports Python 3.5 or above and relies on NumPy, SciPy, and Pandas.

Features

Citation

If you use ADOpy, please cite this package along with the specific version. It greatly encourages contributors to continue supporting ADOpy.

Yang, J., Pitt, M. A., Ahn, W., & Myung, J. I. (2019). ADOpy: A Python Package for Adaptive Design Optimization. https://doi.org/10.31234/osf.io/mdu23

References

Myung, J. I., Cavagnaro, D. R., and Pitt, M. A. (2013). A tutorial on adaptive design optimization. Journal of Mathematical Psychology, 57, 53–67.

Content

.. toctree::
   :maxdepth: 1
   :glob:

   getting-started.md
   dev-guide.rst

.. toctree::
   :maxdepth: 1
   :glob:
   :caption: examples

   examples/*

.. toctree::
   :maxdepth: 1
   :glob:
   :caption: API Reference

   api/base.rst
   api/tasks/*

Indices and tables