Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024.1.12 Add new CAT Strategy #10

Merged
merged 12 commits into from
Jan 15, 2024
Prev Previous commit
Next Next commit
Change README
  • Loading branch information
Hhhhhhand committed Oct 24, 2023
commit 4acd44c24b1e3aa3bcf47898df2dc679bfa35342
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@ Computerized Adaptive Testing Package, including the following models and strate
* MaximumFisherInformation (MFI) strategy
* Kullback-Leibler Information (KLI) strategy
* Model-Agnostic Adaptive Testing (MAAT) strategy
* Bounded Ability Estimation Adaptive Testing (BECAT) strategy
* Bounded Ability Estimation Adaptive Testing (BECAT) strategy
* Multidimensional Item Response Theory (MIRT)
* D-Optimality (D-opt) strategy
* Multivariate Kullback-Leibler Information (MKLI) strategy
* Model-Agnostic Adaptive Testing (MAAT) strategy
* Bounded Ability Estimation Adaptive Testing (BECAT) strategy
* Neural Cognitive Diagnosis (NCD)
* Model-Agnostic Adaptive Testing (MAAT) strategy
* Bounded Ability Estimation Adaptive Testing (BECAT) strategy
* Bounded Ability Estimation Adaptive Testing (BECAT) strategy

BECAT strategy comes from paper A Bounded Ability Estimation for Computerized Adaptive Testing(https://nips.cc/virtual/2023/poster/70224)

## Installation

Git and install by `pip`
Expand Down