From fc2f42077dbe44e97e62e67d2feb2f40d097501c Mon Sep 17 00:00:00 2001 From: yujunhao <772986150@qq.com> Date: Tue, 24 Oct 2023 15:22:43 +0800 Subject: [PATCH] Fix bug and Change README --- CAT/strategy/__init__.py | 1 - README.md | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CAT/strategy/__init__.py b/CAT/strategy/__init__.py index 570173b..ed5137b 100644 --- a/CAT/strategy/__init__.py +++ b/CAT/strategy/__init__.py @@ -6,5 +6,4 @@ from .KLI_strategy import MKLIStrategy from .MAAT_strategy import MAATStrategy from .BECAT_strategy import BECATstrategy -from .graph_stratgy import Grstrategy diff --git a/README.md b/README.md index 3590f60..78424cc 100644 --- a/README.md +++ b/README.md @@ -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`