compositional.mle
Compositional Maximum Likelihood Estimation
An MLE package rebuilt around composable solvers, then renamed to match.
◆Recent moves
- 6mo ago
Parallel racing fixed under the future package
Fixes race() so worker processes load the package correctly under future, plus build hygiene. Published under an hour after v1.0.1, in the same CRAN submission push.
View source ↗ - 6mo ago
Dead code removed and CRAN policy compliance work
Removes unused configuration functions left over from the pre-rewrite design, wraps messages in interactive() checks, and fixes input validation and an unsafe float comparison. Cleanup clearing the last traces of the numerical.mle era.
View source ↗ - 8mo ago
Solvers become composable values, and the package is renamed
⚡ SPARKThe redesign the whole package now rests on, and the reason the two later releases are pure cleanup. It also explains the rename: the old name described a subject, the new API describes a method.
View source ↗ - 8mo ago
First release as numerical.mle, built on configuration objects
The original release with mle_config() objects, gradient ascent and Newton-Raphson solvers, grid search and random restart meta-solvers. Three weeks later the composable rewrite replaced this design wholesale.
View source ↗