Skip to content

Commit 90f3d8a

Browse files
author
Frankie Robertson
committed
Add a couple of TODOs
1 parent d1b36e8 commit 90f3d8a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/next_item_rules/information.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ function vector_hessian(f, x, n)
7575
end
7676

7777
# TODO: Unclear whether this should be implemented with ExpectationBasedItemCriterion
78+
# TODO: This is not implementing DRule but postposterior DRule
7879
function expected_item_information(ir::ItemResponse, θ::Vector{Float64})
7980
exp_resp = resp_vec(ir, θ)
8081
n = domdims(ir.item_bank)

src/next_item_rules/objective_function.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ abstract type InformationMatrixCriterion <: ItemCriterion end
218218
function init_thread(item_criterion::InformationMatrixCriterion, responses::TrackedResponses)
219219
# TODO: No need to do this one per thread. It just need to be done once per
220220
# θ update.
221+
# TODO: Update this to use track!(...) mechanism
221222
ability = maybe_tracked_ability_estimate(responses, item_criterion.ability_estimator)
222223
responses_information(responses.item_bank, responses.responses, ability)
223224
end

0 commit comments

Comments
 (0)