| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| README.html | 2020-09-15 10:30 | 6.4K | ||
eatATA provides a small R interface to mathematical optimization solvers specialized on solving simple automated test assembly problems (ATA). Internally, sparse matrices are used via the Matrix package. Currently the only supported solver is Gurobi. See below for a list of implemented features and feature to come.
# Install eatATA from GitHub via
devtools::install_github("beckerbenj/eatATA", build_vignettes = TRUE)The following types of constraints can be set via eatATA:
no item overlap between test forms
complete item pool depletion
categorical and numerical constraints across test forms
excluding items from being together in the same booklet (item exclusions)
simple optimization constraints
We are hoping to build interfaces to other mathematical optimization solvers. The current interface to Gurobi is the function prepareConstraints().
Constraints that we hope to implement in the future:
force items to be in the same test form
taking into account hierarchical stimulus-item structures
more complex optimization targets
If you wish to contribute to the package, please send an email to b.becker@iqb.hu-berlin.de.