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
Fix bug and Change README
  • Loading branch information
Hhhhhhand committed Oct 24, 2023
commit 5dbb244db0b1944b8d3511ed3f6fea27b4ed405a
1 change: 0 additions & 1 deletion CAT/strategy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
from .KLI_strategy import MKLIStrategy
from .MAAT_strategy import MAATStrategy
from .BECAT_strategy import BECATstrategy
from .graph_stratgy import Grstrategy

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ 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
* 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
## Installation

Git and install by `pip`
Expand Down