Skip to content

Releases: samuel-watson/glmmrOptim

v0.3.4

01 Mar 12:34
Compare
Choose a tag to compare

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

22 Nov 08:45
Compare
Choose a tag to compare

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

03 Jul 12:36
Compare
Choose a tag to compare

Updates since last release:

  • Fixed functionality with glmmrBase >0.4.3 (format of W matrix changed)
  • Updated examples in class

v0.2.4

25 Apr 15:25
Compare
Choose a tag to compare
  • Updates the package for compatibility with glmmrBase v 0.3.1

v0.2.3

24 Feb 10:18
Compare
Choose a tag to compare
  • Added linear predictor attenuation
  • Fixed bug in reverse greedy algorithm where the final function value did not update
  • Improved documentation

v0.2.2

19 Jan 17:16
Compare
Choose a tag to compare

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

11 Dec 14:00
2c84cfd
Compare
Choose a tag to compare

Updates:

  • Moved to Eigen library over armadillo for speed improvements
  • Bug fixes

v0.1.13

04 Nov 17:42
5d331ce
Compare
Choose a tag to compare
v0.1.13 Pre-release
Pre-release

First release version