File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ include("./TerminationConditions.jl")
3434
3535# Combining / running
3636include (" ./CatConfig.jl" )
37- include (" ./Sim.jl" )
37+ include (" ./sim/ Sim.jl" )
3838include (" ./decision_tree/DecisionTree.jl" )
3939
4040# Stateful layer, compat, and comparison
Original file line number Diff line number Diff line change @@ -5,7 +5,17 @@ using StatsBase
55using FittedItemBanks: AbstractItemBank, ResponseType
66using .. Responses
77using .. CatConfig: CatLoopConfig, CatRules
8- using .. Aggregators: TrackedResponses, add_response!, Aggregators
8+ using .. Aggregators: TrackedResponses,
9+ add_response!,
10+ Aggregators,
11+ AbilityIntegrator,
12+ AbilityEstimator,
13+ LikelihoodAbilityEstimator,
14+ PriorAbilityEstimator,
15+ ModeAbilityEstimator,
16+ MeanAbilityEstimator,
17+ LikelihoodAbilityEstimator,
18+ RiemannEnumerationIntegrator
919using .. NextItemRules: compute_criteria, best_item
1020
1121export run_cat, prompt_response, auto_responder
You can’t perform that action at this time.
0 commit comments