-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Noisy (soft-binary) quizzes, always rebalance, rescale halflife: close …
…#23 and close #31 (#46) * Fix Latex typo * old and new implementations of fuzzy update both agree, amazingly * documented derivation of fuzzy soft-binary quiz * doc and py for rescale math * fuzzy/binary auto-rebalances * minor speedup * explicitly ask for rebalance * binomial rebalances too; use Newton: minimize wasn't working for fail case??? * switch back to minimize_scalar; test rescale; all old tests passing * switch to root_scalar like modelToPercentileDecay * two-sided expander that Robert wrote * simplify modelToPercentileDecay * doc * updateRecall uses Single (Fuzzy) * hide * add fuzzy test * docstring * test updateRecall to know how to tback * add monte carlo fuzzy tests * reword a lot of derivations * explicitly denote which rv P refers to * latex error * finished math i think * Code in Py and in README, ready to export * yapf moves on * remove stray * run final yapf on exported files * code tangled * doc woven * update notebook * changelog 2.1.0 * version bump: 2.1.0 * ' to ’, butterick would be proud * pydoc-markdown marches on... * save fuzzy test outputs to test.json
- Loading branch information
Showing
13 changed files
with
4,977 additions
and
1,059 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[style] | ||
based_on_style = chromium | ||
based_on_style = yapf | ||
COLUMN_LIMIT = 100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.