https://github.com/cran/mlegp
Revision e2b22347580f688fb878a3a555bb4ed1c3840e6a authored by Garrett M. Dancik on 24 April 2008, 00:00:00 UTC, committed by Gabor Csardi on 24 April 2008, 00:00:00 UTC
1 parent aabf4d4
Raw File
Tip revision: e2b22347580f688fb878a3a555bb4ed1c3840e6a authored by Garrett M. Dancik on 24 April 2008, 00:00:00 UTC
version 2.2.4
Tip revision: e2b2234
CHANGES
2.2.4 (4/24/2008)
Makevars files use PKG_CPPFLAGS instead of PKGCFLAGS

2.2.1 (2/1/2008)
If var-cov becomes singular in BFGS method, we will use estimates from simplex method
2.2 (12/26/2007)
We should not use absolute tolerance in simplex method; set abs.tol to -DBL_MAX to prevent early exit in nelder_mead.c

2.0 (12/7/2007)
Removed dependence on GSL; uses R BLAS libraries for linear algebra routines

1.1 (10/6/2007)
Windows binary now available. However, user will have to download gsl and gslcblas dlls and put them on the path for mlegp to load


back to top