Releases: samuel-watson/glmmrOptim
Releases · samuel-watson/glmmrOptim
v0.3.4
The package was removed from CRAN without me noticing! This version includes the required fixes and updates for glmmrBase v0.7.1.
Full Changelog: v0.3.3...v0.3.4
v0.3.3
v0.3.2
- Added Girling algorithm to find optimal mixed model weights, using
algo="girling"
v0.3.3
- Updates for compatibility with glmmrBase >= 0.5.1 - build with C++20 and update model pointer code in Girling function
v0.2.5
Updates since last release:
- Fixed functionality with glmmrBase >0.4.3 (format of W matrix changed)
- Updated examples in class
v0.2.4
- Updates the package for compatibility with
glmmrBase
v 0.3.1
v0.2.3
- Added linear predictor attenuation
- Fixed bug in reverse greedy algorithm where the final function value did not update
- Improved documentation
v0.2.2
Changes since last version:
- Added reverse greedy algorithm
- Added
apportion()
function to convert approximate weights to exact designs and added it to output of SOCP - Prevented SOCP for robust optimisation due to lack of proof that it works
- Updated documentation
- Various bug fixes
v0.2.1
Updates:
- Moved to Eigen library over armadillo for speed improvements
- Bug fixes
v0.1.13
First release version