Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
^registered_agents\.json$
^task_agent_mapping\.json$
^\.gitleaks\.toml$
^\.jules$
^\.jules/.*
3 changes: 3 additions & 0 deletions .jules/bolt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 2024-06-28 - [Cache fscores theta calculations]
**Learning:** `mirt::fscores(..., method = 'MAP')` is an expensive calculation that was being called redundantly to supply theta estimates to `mirt::expected.test(...)` and then separately to assign to standard result lists (`ThetaOldform`, `ThetaLinkedform`, `ThetaNewform`).
**Action:** Always compute and cache theta variables from `mirt::fscores(...)` prior to using them in expected score generation or assigning them to a payload structure.
Loading
Loading