Skip to content

Commit

Permalink
Fix bug and Change README
Browse files Browse the repository at this point in the history
  • Loading branch information
Hhhhhhand authored and nnnyt committed Oct 27, 2023
1 parent b389832 commit fc2f420
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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

0 comments on commit fc2f420

Please sign in to comment.