Adaptive Design Optimization on Experimental Tasks
Project description
ADOpy
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.6 or above and relies on NumPy, SciPy, and Pandas.
Features
- Grid-based computation of optimal designs using only three classes:
adopy.Task
,adopy.Model
, andadopy.Engine
. - Easily customizable for your own tasks and models
- Pre-implemented Task and Model classes including:
- Psychometric function estimation for 2AFC tasks (
adopy.tasks.psi
) - Delay discounting task (
adopy.tasks.ddt
) - Choice under risk and ambiguity task (
adopy.tasks.cra
)
- Psychometric function estimation for 2AFC tasks (
- Example code for experiments using PsychoPy (link)
Installation
# Install from PyPI
pip install adopy
# Install from Github (developmental version)
pip install git+https://github.com/adopy/adopy.git@develop
Resources
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. (2020). ADOpy: A Python Package for Adaptive Design Optimization. Behavior Research Methods, 1-24. https://doi.org/10.3758/s13428-020-01386-4
Acknowledgement
The research was supported by National Institute of Health Grant R01-MH093838 to Mark A. Pitt and Jay I. Myung, the Basic Science Research Program through the National Research Foundation (NRF) of Korea funded by the Ministry of Science, ICT, & Future Planning (NRF-2018R1C1B3007313 and NRF-2018R1A4A1025891), the Institute for Information & Communications Technology Planning & Evaluation (IITP) grant funded by the Korea government (MSIT) (No. 2019-0-01367, BabyMind), and the Creative-Pioneering Researchers Program through Seoul National University to Woo-Young Ahn.
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file adopy-0.4.1.tar.gz
.
File metadata
- Download URL: adopy-0.4.1.tar.gz
- Upload date:
- Size: 30.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.8.12 Darwin/20.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69f83dbdc304c1d7c865a85fd875d30dc195f4c726354740670438c36b776567 |
|
MD5 | 4336b32675cea2b70b9b9b800bc30af7 |
|
BLAKE2b-256 | eab034f1a7c3b33ccddf9753fcbc673623fc1645f052762cdcd87be3fe17e4c5 |
File details
Details for the file adopy-0.4.1-py3-none-any.whl
.
File metadata
- Download URL: adopy-0.4.1-py3-none-any.whl
- Upload date:
- Size: 33.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.8.12 Darwin/20.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a0a9011cf0e3b80f51caaf8436620452c5adaace4bd5182aefd576c81325489 |
|
MD5 | 201dbc5cb29caa9eba51808fccf2ef92 |
|
BLAKE2b-256 | 275a3e9a3334411c81936eb0a480226f65eae755d9af942db885b9e91f21e260 |